Skip to content

Commit

Permalink
More sensible version URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolton authored May 13, 2022
1 parent fc29ec9 commit cd7018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/VersionChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define VERSION_REGEX "(\\d+\\.\\d+\\.\\d+-[a-z1-9]*)"
#define VERSION_REGEX_SECTIONED "(\\d+)\\.(\\d+)\\.(\\d+)-([a-z1-9]*)"
#define VERSION_SEGMENT_COUNT 4
#define VERSION_URL "https://api-functions.prod.a.symless.com/version"
#define VERSION_URL "https://api.symless.com/version"


VersionChecker::VersionChecker()
Expand Down

0 comments on commit cd7018f

Please sign in to comment.