diff --git a/README.md b/README.md index bbd2f0a..c29fcb3 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Or download the binary from the [releases page](https://github.com/pocketenv-io/ pocketenv --help Usage: pocketenv -Version: 0.1.3 +Version: 0.1.4 Description: diff --git a/src/consts.ts b/src/consts.ts index 39e59c3..1af4c38 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,6 +1,6 @@ import { dir } from "../deps.ts"; -export const VERSION = "0.1.3"; +export const VERSION = "0.1.4"; export const POCKETENV_DIR = `${dir("home")}/.pocketenv`;