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 4830fa5 commit 953219cCopy full SHA for 953219c
README.md
@@ -81,7 +81,7 @@ fluentci # Run the pipeline
81
fluentci --help
82
83
Usage: fluentci [pipeline] [jobs...]
84
-Version: 0.14.0
+Version: 0.14.1
85
86
Description:
87
src/cmd/upgrade.ts
@@ -21,6 +21,7 @@ async function upgrade() {
21
const command = new Deno.Command("deno", {
22
args: [
23
"install",
24
+ "--unstable-kv",
25
"-A",
26
"-r",
27
"--import-map=https://deno.land/x/fluentci/import_map.json",
src/consts.ts
@@ -1,6 +1,6 @@
1
import { dir } from "../deps.ts";
2
3
-export const VERSION = "0.14.0";
+export const VERSION = "0.14.1";
4
5
export const BASE_URL = "https://api.fluentci.io/v1";
6
0 commit comments