Skip to content

Commit

Permalink
Merge branch 'main' into bootstrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
amirvalhalla authored Oct 20, 2023
2 parents ef36995 + 4359afc commit 19b325d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Let's create environment variables for the release version.
For the rest of this document, we will use these environment variables in the commands.

```bash
PRV_VER="0.13.0"
CUR_VER="0.15.0"
NEXT_VER="0.16.0"
PRV_VER="0.15.0"
CUR_VER="0.16.0"
NEXT_VER="0.17.0"
TAG_NAME="v${CUR_VER}"
TAG_MSG="Version ${CUR_VER}"
```
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
// These constants follow the semantic versioning 2.0.0 spec (http://semver.org/)
const (
major uint = 0
minor uint = 15
minor uint = 16
patch uint = 0
meta string = "beta"
)
Expand Down

0 comments on commit 19b325d

Please sign in to comment.