diff --git a/README.md b/README.md index ea4e169..1be0e96 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ fluentci studio fluentci --help Usage: fluentci [pipeline] [jobs...] -Version: 0.14.4 +Version: 0.14.5 Description: diff --git a/src/consts.ts b/src/consts.ts index c2f059a..51f02a9 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,6 +1,6 @@ import { dir } from "../deps.ts"; -export const VERSION = "0.14.4"; +export const VERSION = "0.14.5"; export const BASE_URL = "https://api.fluentci.io/v1";