We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6b4f1 commit 14b8ceaCopy full SHA for 14b8cea
README.md
@@ -59,7 +59,7 @@ Or download the binary from the [releases page](https://github.com/pocketenv-io/
59
pocketenv --help
60
61
Usage: pocketenv
62
-Version: 0.1.1
+Version: 0.1.2
63
64
Description:
65
src/consts.ts
@@ -1,6 +1,6 @@
1
import { dir } from "../deps.ts";
2
3
-export const VERSION = "0.1.1";
+export const VERSION = "0.1.2";
4
5
export const POCKETENV_DIR = `${dir("home")}/.pocketenv`;
6
0 commit comments