Skip to content

Commit 0523b18

Browse files
committed
bump version code
1 parent 6bd49a8 commit 0523b18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

8282
Usage: fluentci [pipeline] [jobs...]
83-
Version: 0.12.9
83+
Version: 0.13.0
8484

8585
Description:
8686

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
packages.default = pkgs.deno2nix.mkExecutable {
2828
pname = "fluentci";
29-
version = "0.12.9";
29+
version = "0.13.0";
3030

3131
src = ./.;
3232
lockfile = "./deno.lock";

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

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

0 commit comments

Comments
 (0)