Skip to content

Commit

Permalink
feat(jzero): release v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed May 20, 2024
1 parent b4a74ed commit 8d7b0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Docker build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64, linux/arm64
push: true
tags: jaronnie/jzero:latest,jaronnie/jzero:${{ steps.get_version.outputs.VERSION }}
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (

// ldflags
var (
version = "0.16.1"
version = "0.16.3"
commit string
date string
)
Expand Down

0 comments on commit 8d7b0da

Please sign in to comment.