Skip to content

Commit

Permalink
Bump version to v0.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Oct 1, 2023
1 parent 89e5f8d commit aa29a92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/bin.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG KATOA_VERSION=0.1.50
ARG KATOA_VERSION=0.1.51

FROM buildpack-deps:20.04-curl AS download

Expand Down
2 changes: 1 addition & 1 deletion packages/katoa/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit aa29a92

Please sign in to comment.