Skip to content

Commit

Permalink
build(version): bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Nov 18, 2024
1 parent c822bc3 commit 9dc7574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0
1.0.0
2 changes: 1 addition & 1 deletion initool.sml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fun helpCommand [] = Output allUsage
Error (invalidUsage ^ (formatArgs (cmd :: rest)) ^ "\n" ^ usage ^ cmd)

fun versionCommand [] =
let val version = "0.18.0"
let val version = "1.0.0"
in Output (version ^ "\n")
end
| versionCommand [_] = versionCommand []
Expand Down

0 comments on commit 9dc7574

Please sign in to comment.