Skip to content

Commit 2e6a8e4

Browse files
update
1 parent bccea46 commit 2e6a8e4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

bump_version.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ sed -i.bak -E "s/(operatorImage\: streamnative\/function\-mesh\:v)(.+)/\1$NEW_AP
6868
# change install.sh
6969
sed -i.bak -E "s/(local fm_version\=)(.+)/\1\"v$NEW_APP_VERSION\"/" install.sh
7070

71+
# change root go.mod nested api module version
72+
sed -i.bak -E "s|(github\\.com/streamnative/function-mesh/api )v[^[:space:]]+|\\1v$NEW_APP_VERSION|" go.mod
73+
7174
# change README.md
7275
sed -i.bak -E "s/(.+)v(.+)(\/install.sh)/\1v$NEW_APP_VERSION\3/" README.md
7376

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/onsi/ginkgo v1.16.5
1010
github.com/onsi/gomega v1.35.1
1111
github.com/prometheus/client_golang v1.20.5
12-
github.com/streamnative/function-mesh/api v0.0.0
12+
github.com/streamnative/function-mesh/api v0.27.0
1313
github.com/streamnative/pulsarctl v0.6.0
1414
github.com/stretchr/testify v1.11.1
1515
google.golang.org/protobuf v1.36.10

0 commit comments

Comments
 (0)