Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith123 committed Jun 28, 2024
1 parent 95056a1 commit d3e1847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as commands from "./commands";

const program = new Command();

program.name("nodana-cli").version("0.3.1").description("Nodana CLI");
program.name("nodana-cli").version("0.4.0").description("Nodana CLI");

program
.command("init")
Expand Down

0 comments on commit d3e1847

Please sign in to comment.