Skip to content

Commit

Permalink
add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Le Saux committed Jan 3, 2024
1 parent f1652d5 commit 9c0c807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Expand Up @@ -57,7 +57,7 @@ var (
autotest = flag.Bool("autotest", false, "Executs all tests.")
autoextract = flag.String("autoextract", "", "Extract all DSK contained in the folder path")
snaVersion = flag.Int("snaversion", 1, "Set the sna version (1 or 2 available).")
appVersion = "0.21"
appVersion = "0.22"
version = flag.Bool("version", false, "Display the app's version and quit.")
)

Expand Down

0 comments on commit 9c0c807

Please sign in to comment.