Skip to content

Commit

Permalink
Update default config URL for v3.6 release
Browse files Browse the repository at this point in the history
Currently only Train layout is there, so on Reset Layout
the included layouts will be used for remaining views,
but these are more recent than the ones on v3.5 folder.
Part of #3899
  • Loading branch information
amtriathlon committed Feb 28, 2022
1 parent c8f9b75 commit eb66524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/GcUpgrade.h
Expand Up @@ -124,7 +124,7 @@
#define VERSION_STRING "V3.6-RC1"

// default config for this release cycle
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.5"
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.6"

class GcUpgradeLogDialog : public QDialog
{
Expand Down

0 comments on commit eb66524

Please sign in to comment.