Skip to content

Commit

Permalink
chore: bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 27, 2024
1 parent ff09334 commit c66d9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Requirements:

**Latest (CLI):**

- `Mac`: arm64: [fluentci_v0.15.7_aarch64-apple-darwin.tar.gz](https://github.com/fluentci-io/fluentci/releases/download/v0.15.7/fluentci_v0.15.7_aarch64-apple-darwin.tar.gz) intel: [fluentci_v0.15.7_x86_64-apple-darwin.tar.gz](https://github.com/fluentci-io/fluentci/releases/download/v0.15.7/fluentci_v0.15.7_x86_64-apple-darwin.tar.gz)
- `Linux`: intel: [fluentci_v0.15.7_x86_64-unknown-linux-gnu.tar.gz](https://github.com/fluentci-io/fluentci/releases/download/v0.15.7/fluentci_v0.15.7_x86_64-unknown-linux-gnu.tar.gz) arm64: [fluentci_v0.15.7_aarch64-unknown-linux-gnu.tar.gz](https://github.com/fluentci-io/fluentci/releases/download/v0.15.7/fluentci_v0.15.7_aarch64-unknown-linux-gnu.tar.gz)
- `Mac`: arm64: [fluentci_v0.15.8_aarch64-apple-darwin.tar.gz](https://github.com/fluentci-io/fluentci/releases/download/v0.15.8/fluentci_v0.15.8_aarch64-apple-darwin.tar.gz) intel: [fluentci_v0.15.8_x86_64-apple-darwin.tar.gz](https://github.com/fluentci-io/fluentci/releases/download/v0.15.8/fluentci_v0.15.8_x86_64-apple-darwin.tar.gz)
- `Linux`: intel: [fluentci_v0.15.8_x86_64-unknown-linux-gnu.tar.gz](https://github.com/fluentci-io/fluentci/releases/download/v0.15.8/fluentci_v0.15.8_x86_64-unknown-linux-gnu.tar.gz) arm64: [fluentci_v0.15.8_aarch64-unknown-linux-gnu.tar.gz](https://github.com/fluentci-io/fluentci/releases/download/v0.15.8/fluentci_v0.15.8_aarch64-unknown-linux-gnu.tar.gz)

## ✨ Quick Start

Expand All @@ -110,7 +110,7 @@ fluentci studio
fluentci --help

Usage: fluentci [pipeline] [jobs...]
Version: 0.15.7
Version: 0.15.8

Description:

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.15.7";
export const VERSION = "0.15.8";

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

Expand Down

0 comments on commit c66d9cc

Please sign in to comment.