Skip to content

Commit

Permalink
Update: cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
SANTHOSH17-DOT committed Nov 10, 2023
1 parent 5ea1aed commit df3f4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Jump, List } from "./vc/branching.js";
const program = new Command();
program
.name("statik")
.version("1.0.5-alpha")
.version("1.1.0-alpha")
.description(figlet.textSync("Statik")+"\nAn IPFS based version control system with static file hosting features")
program.command("init <ipfs_node_url>").description("Initialize a new Statik repository")
program.command("add [file_path]").description("Add a file to the Statik repository")
Expand Down

0 comments on commit df3f4f7

Please sign in to comment.