Skip to content

Commit 63b711a

Browse files
committed
bump version to 0.1.4
1 parent d17dda1 commit 63b711a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ bump:
88
[ -n "$$VERSION" ] && \
99
git commit -am "bump version to $$VERSION" && \
1010
git tag "v$$VERSION" && \
11+
git push origin main && \
1112
git push origin "v$$VERSION"

charts/picoclaw/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: picoclaw
33
description: A Helm chart for picoclaw gateway
4-
version: 0.1.3
4+
version: 0.1.4
55
home: https://github.com/sipeed/picoclaw
66
sources:
77
- https://github.com/sipeed/picoclaw

0 commit comments

Comments
 (0)