Browse Source

build: bump version to v0.13.99

A version bump to indicate that master is currently in-between major
versions.
master
Olaoluwa Osuntokun 3 years ago
parent
commit
6c7fb7c20a
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306
  1. 2
      build/version.go

2
build/version.go

@ -44,7 +44,7 @@ const (
AppMinor uint = 13
// AppPatch defines the application patch for this binary.
AppPatch uint = 0
AppPatch uint = 99
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.

Loading…
Cancel
Save