diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 14f6c66..a62d425 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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: diff --git a/sptsrc/main.cpp b/sptsrc/main.cpp index 1598b80..f64014d 100644 --- a/sptsrc/main.cpp +++ b/sptsrc/main.cpp @@ -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