diff --git a/cmd/corectl/main.go b/cmd/corectl/main.go index 17c1dab3c5..caa722be1c 100644 --- a/cmd/corectl/main.go +++ b/cmd/corectl/main.go @@ -22,7 +22,7 @@ import ( _ "chain/protocol/tx" // for BlockHeaderHashFunc ) -const version = "1.1.2" +const version = "1.1.3" // config vars var ( diff --git a/cmd/cored/main.go b/cmd/cored/main.go index fa1407e662..63a773d7eb 100644 --- a/cmd/cored/main.go +++ b/cmd/cored/main.go @@ -55,7 +55,7 @@ import ( const ( httpReadTimeout = 2 * time.Minute httpWriteTimeout = time.Hour - latestVersion = "1.1.2" + latestVersion = "1.1.3" ) var (