Skip to content

Commit 3436ac8

Browse files
committed
bump version code
1 parent db50adf commit 3436ac8

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
@@ -80,7 +80,7 @@ fluentci # Run the pipeline
8080
fluentci --help
8181

8282
Usage: fluentci [pipeline] [jobs...]
83-
Version: 0.13.1
83+
Version: 0.13.2
8484

8585
Description:
8686

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.13.1";
3+
export const VERSION = "0.13.2";
44

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

0 commit comments

Comments
 (0)