Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 7, 2023
1 parent 6ced763 commit 44bd87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

packages.default = pkgs.deno2nix.mkExecutable {
pname = "repl";
version = "0.5.1";
version = "0.6.0";

src = ./.;
lockfile = "./deno.lock";
Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if (import.meta.main) {
./((((((((((((((((((((((((((( .
.`)
);
console.log("Repl v0.5.1 🚀 ✨");
console.log("Repl v0.6.0 🚀 ✨");
console.log("exit using ctrl+c, or exit, type help for more info");
repl();
}

0 comments on commit 44bd87d

Please sign in to comment.