1.0.10
This commit is contained in:
3
main.go
3
main.go
@@ -18,6 +18,9 @@ func main() {
|
||||
|
||||
if outOfDate {
|
||||
fmt.Println("There is a new version of epochcli, you must update before running")
|
||||
fmt.Println("Press any key to exit...")
|
||||
var c rune
|
||||
fmt.Scanf("%c", &c)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
@@ -7,7 +7,7 @@ import (
|
||||
"regexp"
|
||||
)
|
||||
|
||||
const version = "1.0.9"
|
||||
const version = "1.0.10"
|
||||
const versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go"
|
||||
|
||||
func needUpdate() (bool, error) {
|
||||
|
Reference in New Issue
Block a user