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 Oct 28, 2023
1 parent f508b54 commit cb2053e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
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.19"
appVersion = "0.20"
)

func main() {
Expand Down

0 comments on commit cb2053e

Please sign in to comment.