diff --git a/RELEASING.md b/RELEASING.md index 0599413e..bf54b66e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,6 +2,8 @@ As part of your PR, do the following: +* Install `ziti-ci` + * `go install github.com/openziti/ziti-ci@v0.5.125` (or latest) * Make sure the buildinfo is up to date using: * `ziti-ci update-sdk-build-info` * This will update the version number in the code diff --git a/ziti/sdkinfo/build_info.go b/ziti/sdkinfo/build_info.go index b1729094..fd5df8ad 100644 --- a/ziti/sdkinfo/build_info.go +++ b/ziti/sdkinfo/build_info.go @@ -20,5 +20,5 @@ package sdkinfo const ( - Version = "v0.23.44" + Version = "v0.23.45" )