Skip to content

Commit

Permalink
1.3.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmulroy authored Jul 26, 2024
1 parent e7c85d9 commit 25e8e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.re
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let run = () => {
program
|> Command.set_name("create-melange-app")
|> Command.set_description("A CLI for creating applications with Melange")
|> Command.set_version("1.2.0", ~flags="-v")
|> Command.set_version("1.3.0", ~flags="-v")
|> Command.argument(
~name="[dir]",
~description=
Expand Down

0 comments on commit 25e8e74

Please sign in to comment.