Cleanup after v0.12.21 release
This commit is contained in:
parent
5f27856766
commit
39ce190852
|
@ -1,3 +1,4 @@
|
|||
## 0.12.22 (Unreleased)
|
||||
## 0.13.0 (Unreleased)
|
||||
|
||||
BREAKING CHANGES:
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
// The main version number that is being run at the moment.
|
||||
var Version = "0.13.0"
|
||||
var Version = "0.12.22"
|
||||
|
||||
// A pre-release marker for the version. If this is "" (empty string)
|
||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||
|
|
Loading…
Reference in New Issue