We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1f665 commit 06d2e55Copy full SHA for 06d2e55
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Set version
27
id: version
28
- run: echo "VERSION=v0.2.0" >> $GITHUB_OUTPUT
+ run: echo "VERSION=v0.2.1" >> $GITHUB_OUTPUT
29
30
- name: Build binaries
31
run: |
0 commit comments