diff --git a/Cargo.lock b/Cargo.lock index d784bf0..35b03ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1179,7 +1179,7 @@ dependencies = [ [[package]] name = "katoa-cli" -version = "0.1.50" +version = "0.1.51" dependencies = [ "ahash", "anyhow", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index f5905ed..c67d648 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "katoa-cli" description = "Write CI/CD Pipelines in TypeScript" - version = "0.1.50" + version = "0.1.51" readme = "../../README.md" edition.workspace = true homepage.workspace = true diff --git a/docker/bin.Dockerfile b/docker/bin.Dockerfile index 0a2b7fa..a7b45ab 100644 --- a/docker/bin.Dockerfile +++ b/docker/bin.Dockerfile @@ -1,4 +1,4 @@ -ARG KATOA_VERSION=0.1.50 +ARG KATOA_VERSION=0.1.51 FROM buildpack-deps:20.04-curl AS download diff --git a/packages/katoa/package.json b/packages/katoa/package.json index c576a64..b87398e 100644 --- a/packages/katoa/package.json +++ b/packages/katoa/package.json @@ -1,6 +1,6 @@ { "name": "@katoahq/katoa", - "version": "0.1.50", + "version": "0.1.51", "description": "Katoa is a next-generation CI framework using TypeScript", "repository": { "type": "git",