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 26, 2024
1 parent 61722d1 commit ff10ef3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.9
Version: 0.15.0

Description:

Expand All @@ -120,7 +120,7 @@ Description:
/ _// / // / -_) _ \/ __/ /___/ /
/_/ /_/\_,_/\__/_//_/\__/\___/___/

FluentCI CLI - An Open Source CI/CD tool written in TypeScript (Deno) based on Dagger
FluentCI CLI - An Open Source CI/CD tool written in TypeScript (Deno) based on Wasm Plugins and Dagger

Options:

Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function main() {
/ _// / // / -_) _ \\/ __/ /___/ /
/_/ /_/\\_,_/\\__/_//_/\\__/\\___/___/
FluentCI CLI - An Open Source CI/CD tool written in TypeScript (Deno) based on Dagger
FluentCI CLI - An Open Source CI/CD tool written in TypeScript (Deno) based on Wasm Plugins and Dagger
`
)
Expand Down
4 changes: 2 additions & 2 deletions 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.9";
import { dir } from "../dep.ts";
export const VERSION = "0.15.0";

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

Expand Down

0 comments on commit ff10ef3

Please sign in to comment.