Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Apr 24, 2023
1 parent 39e3d26 commit 517c2ee
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 = "cicada-cli"
description = "Write CI/CD Pipelines in TypeScript"
version = "0.1.44"
version = "0.1.45"
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 CICADA_VERSION=0.1.44
ARG CICADA_VERSION=0.1.45

FROM buildpack-deps:20.04-curl AS download

Expand Down
2 changes: 1 addition & 1 deletion packages/cicada/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cicadahq/cicada",
"version": "0.1.44",
"version": "0.1.45",
"description": "Cicada is a next-generation CI framework using TypeScript",
"repository": {
"type": "git",
Expand Down

0 comments on commit 517c2ee

Please sign in to comment.