Skip to content

Commit

Permalink
release: 20.20.06 stable release. 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Jun 15, 2020
1 parent f23f1f3 commit 38f44f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# icon: gui/icon.png

grade: stable # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
confinement: strict # use 'strict' once you have the right plugs and slots
base: core18

apps:
Expand Down
2 changes: 1 addition & 1 deletion sptsrc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int main(int argc, char *argv[])
{
if (2 == argc && (0 == my_stricmp(argv[1], "--version") || 0 == my_stricmp(argv[1], "-V")))
{
printf("20.20.05\n");
printf("20.20.06\n");
return 0;
}
else
Expand Down

0 comments on commit 38f44f6

Please sign in to comment.