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 3, 2023
1 parent b39313f commit cc60a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function repl(

// Learn more at https://deno.land/manual/examples/module_metadata#concepts
if (import.meta.main) {
console.log("Repl v0.2.1 🚀 ✨");
console.log("Repl v0.3.0 🚀 ✨");
console.log("exit using ctrl+c, or exit, type help for more info");
repl();
}

0 comments on commit cc60a65

Please sign in to comment.