Skip to content

Commit

Permalink
chore: set version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Feb 10, 2025
1 parent e76e7da commit 7b3e313
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/formicaio:latest
tags: ${{ vars.DOCKERHUB_USERNAME }}/formicaio:0.3.0
2 changes: 1 addition & 1 deletion .github/workflows/release_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
if: "startsWith(github.event.head_commit.message, 'chore: release native mode binaries')"
if: "startsWith(github.event.head_commit.message, 'chore: set version to')"
name: build
runs-on: ${{ matrix.os }}
strategy:
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "formicaio"
version = "0.2.12"
version = "0.3.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 7b3e313

Please sign in to comment.