Skip to content

Commit

Permalink
fix fluentci upgrade, enable --unstable-kv
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed May 25, 2024
1 parent 4830fa5 commit 953219c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fluentci # Run the pipeline
fluentci --help

Usage: fluentci [pipeline] [jobs...]
Version: 0.14.0
Version: 0.14.1

Description:

Expand Down
1 change: 1 addition & 0 deletions src/cmd/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ async function upgrade() {
const command = new Deno.Command("deno", {
args: [
"install",
"--unstable-kv",
"-A",
"-r",
"--import-map=https://deno.land/x/fluentci/import_map.json",
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { dir } from "../deps.ts";

export const VERSION = "0.14.0";
export const VERSION = "0.14.1";

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

Expand Down

0 comments on commit 953219c

Please sign in to comment.