Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kaf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kaf
version: 0.2.3
epoch: 1
version: 0.2.4
epoch: 0
description: Modern CLI for Apache Kafka, written in Go
copyright:
- license: Apache-2.0
Expand All @@ -23,7 +23,7 @@ pipeline:
with:
repository: https://github.com/birdayz/kaf
tag: v${{package.version}}
expected-commit: 5d19a7acdacf8f2993a5df8124704632b4104eb9
expected-commit: d6ab36afa1aecc59a27ee6bedb945ba28ff1490c

- runs: |
export GOARCH=$(go env GOARCH)
Expand Down