0.6.5
This commit is contained in:
parent
d1052f476c
commit
79ce3d16e8
2 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
#### Features 🚀
|
Hotfix for 0.6.4 breaking plugins, along with 2 other compiler bugfixes.
|
||||||
|
|
||||||
#### Improvements 🧹
|
|
||||||
|
|
||||||
#### Bugfixes ⛑️
|
#### Bugfixes ⛑️
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.4-HEAD"
|
var Version = "v0.6.5-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