logger now external package and some chages
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
package laniakea
|
||||
|
||||
import "os"
|
||||
|
||||
const (
|
||||
VersionString = "0.2.0"
|
||||
VersionString = "0.2.5"
|
||||
VersionMajor = 0
|
||||
VersionMinor = 2
|
||||
VersionPatch = 0
|
||||
VersionPatch = 5
|
||||
)
|
||||
|
||||
var GoVersion = os.Getenv("GoV")
|
||||
|
||||
Reference in New Issue
Block a user