diff --git a/src/help.ts b/src/help.ts index 8f9be53..da3b882 100644 --- a/src/help.ts +++ b/src/help.ts @@ -1,5 +1,5 @@ import { blue, cyan, green, reset, yellow } from "colors"; -const version = "0.2.1"; +const version = "0.3.2"; export const showVersion = () => { console.log(`juice ${version}`);