Skip to content

Commit

Permalink
1.0.0-rc1 (#190)
Browse files Browse the repository at this point in the history
* version: bump for 1.0.0-rc1

Signed-off-by: Vincent Batts <[email protected]>

* version: and switch HEAD back to -dev

Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts authored Oct 6, 2020
1 parent a92b62e commit b505e9c
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 @@ -18,9 +18,9 @@ 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

Expand Down

0 comments on commit b505e9c

Please sign in to comment.