diff --git a/src/ArgParser.roc b/src/ArgParser.roc index 3648f82..53f1e2e 100644 --- a/src/ArgParser.roc +++ b/src/ArgParser.roc @@ -21,7 +21,7 @@ cliParser = } |> Cli.finish { name: "roc-start", - version: "v0.3.2", + version: "v0.3.3", authors: ["Ian McLerran "], 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.", }