Skip to content

Commit

Permalink
bump up v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Feb 22, 2024
1 parent a406ca2 commit 0a042d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ versions with the same `X` component without having to make changes.
Releases are tagged with the corresponding version number. There is also a branch for each major
version (only `v1` at the moment). The recommended practice is to vendor the stable branch.

Current Release: `v1.5.16`
Current Release: `v1.6.0`
Stable Branch: `v1`

## Teaser
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Expand Up @@ -4,7 +4,7 @@ const (
// Major version number
Major = 1
// Minor version number
Minor = 5
Minor = 6
// Build version number
Build = 16
Build = 0
)

0 comments on commit 0a042d6

Please sign in to comment.