Skip to content

Commit

Permalink
Merge pull request #41 from fluentci-io/fix/fluentci-upgrade
Browse files Browse the repository at this point in the history
fix fluentci upgrade, enable --unstable-kv
  • Loading branch information
tsirysndr authored May 25, 2024
2 parents 4830fa5 + 953219c commit f6fb073
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 f6fb073

Please sign in to comment.