Skip to content

Commit

Permalink
version: switch back to -dev
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky committed Sep 15, 2022
1 parent 1dfa4f4 commit 95bed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
VersionPatch = 0

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

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

0 comments on commit 95bed23

Please sign in to comment.