Skip to content

Commit

Permalink
version: bump for 1.0.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed Sep 30, 2020
1 parent 2c79ed5 commit 9f55a32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs-go/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ import "fmt"

const (
// VersionMajor is for an API incompatible changes
VersionMajor = 0
VersionMajor = 1
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 1
VersionMinor = 0
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = "-rc1"
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 9f55a32

Please sign in to comment.