Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 23, 2024
1 parent 9b206a7 commit b22c4d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fluentci studio
fluentci --help

Usage: fluentci [pipeline] [jobs...]
Version: 0.14.8
Version: 0.14.9

Description:

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

packages.default = pkgs.deno2nix.mkExecutable {
pname = "fluentci";
version = "0.14.0";
version = "0.14.9";

src = ./.;
lockfile = "./deno.lock";
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { dir } from "../deps.ts";
export const VERSION = "0.14.8";
export const VERSION = "0.14.9";

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

Expand Down

0 comments on commit b22c4d1

Please sign in to comment.