Skip to content

Commit 953219c

Browse files
committed
fix fluentci upgrade, enable --unstable-kv
1 parent 4830fa5 commit 953219c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fluentci # Run the pipeline
8181
fluentci --help
8282

8383
Usage: fluentci [pipeline] [jobs...]
84-
Version: 0.14.0
84+
Version: 0.14.1
8585

8686
Description:
8787

src/cmd/upgrade.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ async function upgrade() {
2121
const command = new Deno.Command("deno", {
2222
args: [
2323
"install",
24+
"--unstable-kv",
2425
"-A",
2526
"-r",
2627
"--import-map=https://deno.land/x/fluentci/import_map.json",

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

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

0 commit comments

Comments
 (0)