Skip to content

Commit

Permalink
increment version #
Browse files Browse the repository at this point in the history
  • Loading branch information
imclerran committed Jun 6, 2024
1 parent 42760ea commit 557c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArgParser.roc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cliParser =
}
|> Cli.finish {
name: "roc-start",
version: "v0.3.2",
version: "v0.3.3",
authors: ["Ian McLerran <[email protected]>"],
description: "A simple CLI tool for starting a new roc project. Specify your platform and packages by name, and roc-start will create a new .roc file with the latest releases.",
}
Expand Down

0 comments on commit 557c1f8

Please sign in to comment.