Skip to content

Commit

Permalink
add: new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelesaux committed Apr 13, 2021
1 parent 94f2106 commit af96477
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 @@ -41,7 +41,7 @@ var (
cpcType = flag.Int("cpctype", 2, "CPC type (sna import feature): \n\tCPC464 : 0\n\tCPC664: 1\n\tCPC6128 : 2\n\tUnknown : 3\n\tCPCPlus6128 : 4\n\tCPCPlus464 : 5\n\tGX4000 : 6\n\t")
screenMode = flag.Int("screenmode", 1, "screen mode parameter for the sna.")
addHeader = flag.Bool("addheader", false, "Add header to the standalone file (must be set with exec, load and type options).")
version = "0.10"
version = "0.11"
)

func main() {
Expand Down

0 comments on commit af96477

Please sign in to comment.