Browse Source

build: bump version to 0.10.0-beta.rc5

master
Olaoluwa Osuntokun 4 years ago
parent
commit
0cf63ae898
No known key found for this signature in database
GPG Key ID: BC13F65E2DC84465
  1. 2
      build/version.go

2
build/version.go

@ -48,7 +48,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "beta.rc4"
AppPreRelease = "beta.rc5"
)
func init() {

Loading…
Cancel
Save