From b22c4d1cc62e77b5dc4775c29c8d85e6337e2bfb Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 23 Jun 2024 17:36:30 +0000 Subject: [PATCH] bump version code --- README.md | 2 +- flake.nix | 2 +- src/consts.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 769f60d..9f60aed 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ fluentci studio fluentci --help Usage: fluentci [pipeline] [jobs...] -Version: 0.14.8 +Version: 0.14.9 Description: diff --git a/flake.nix b/flake.nix index e5b30c7..0edc443 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ packages.default = pkgs.deno2nix.mkExecutable { pname = "fluentci"; - version = "0.14.0"; + version = "0.14.9"; src = ./.; lockfile = "./deno.lock"; diff --git a/src/consts.ts b/src/consts.ts index 536b8c5..a12ab37 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -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";