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 db50adf commit 3436ac8Copy full SHA for 3436ac8
README.md
@@ -80,7 +80,7 @@ fluentci # Run the pipeline
80
fluentci --help
81
82
Usage: fluentci [pipeline] [jobs...]
83
-Version: 0.13.1
+Version: 0.13.2
84
85
Description:
86
src/consts.ts
@@ -1,6 +1,6 @@
1
import { dir } from "../deps.ts";
2
3
-export const VERSION = "0.13.1";
+export const VERSION = "0.13.2";
4
5
export const BASE_URL = "https://api.fluentci.io/v1";
6
0 commit comments