We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ba413 commit 2506cebCopy full SHA for 2506ceb
README.md
@@ -60,7 +60,7 @@ Or download the binary from the [releases page](https://github.com/pocketenv-io/
60
pocketenv --help
61
62
Usage: pocketenv
63
-Version: 0.1.3
+Version: 0.1.4
64
65
Description:
66
src/consts.ts
@@ -1,6 +1,6 @@
1
import { dir } from "../deps.ts";
2
3
-export const VERSION = "0.1.3";
+export const VERSION = "0.1.4";
4
5
export const POCKETENV_DIR = `${dir("home")}/.pocketenv`;
6
0 commit comments