Add b uild status, up version

This commit is contained in:
Tyler
2020-06-14 04:31:58 -04:00
parent b651ccd250
commit 9b5d1971ad
3 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"sync"
)
var VERSION = "1.3.8"
var VERSION = "1.4.0"
func packageName(name string) string {
if index := strings.Index(name, "_"); index != -1 {