Skip to content

Commit

Permalink
Merge pull request #953 from sajayantony/release-1.1.0-rc1
Browse files Browse the repository at this point in the history
Release 1.1.0 rc1
  • Loading branch information
sajayantony authored Sep 23, 2022
2 parents 199b07a + 5d055a4 commit e67f056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs-go/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 1
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 0
VersionMinor = 1
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 2
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
Expand Down

0 comments on commit e67f056

Please sign in to comment.