Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jan 14, 2022
1 parent c363c2e commit ddc2ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zombienet",
"version": "1.2.3",
"version": "1.2.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Javier Viola <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ program
.command("version")
.description("Prints zombienet version")
.action(() => {
console.log("1.2.3");
console.log("1.2.4");
});

// spawn
Expand Down

0 comments on commit ddc2ada

Please sign in to comment.