bump version
This commit is contained in:
parent
f43c132f93
commit
d2696c5fee
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package version
|
||||||
import "regexp"
|
import "regexp"
|
||||||
|
|
||||||
// Pre-built binaries will have version set correctly during build time.
|
// Pre-built binaries will have version set correctly during build time.
|
||||||
var Version = "v0.6.9-HEAD"
|
var Version = "v0.7.0-HEAD"
|
||||||
|
|
||||||
func OnlyNumbers() string {
|
func OnlyNumbers() string {
|
||||||
re, err := regexp.Compile("[0-9]+.[0-9]+.[0-9]+")
|
re, err := regexp.Compile("[0-9]+.[0-9]+.[0-9]+")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue