Skip to content

Commit d8cfa2c

Browse files
committed
bump version code
1 parent 255a0ac commit d8cfa2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ fluentci studio
110110
fluentci --help
111111

112112
Usage: fluentci [pipeline] [jobs...]
113-
Version: 0.14.4
113+
Version: 0.14.5
114114

115115
Description:
116116

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { dir } from "../deps.ts";
22

3-
export const VERSION = "0.14.4";
3+
export const VERSION = "0.14.5";
44

55
export const BASE_URL = "https://api.fluentci.io/v1";
66

0 commit comments

Comments
 (0)