Skip to content

Commit

Permalink
add: new version 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome.lesaux committed Nov 5, 2024
1 parent 6cecb0c commit 582d08f
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 @@ -58,7 +58,7 @@ var (
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).")
quiet = flag.Bool("quiet", false, "remove useless display (for scripting for instance)")
appVersion = "0.24"
appVersion = "0.25"
version = flag.Bool("version", false, "Display the app's version and quit.")
)

Expand Down

0 comments on commit 582d08f

Please sign in to comment.