Skip to content
Snippets Groups Projects
Unverified Commit 05b29966 authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

:rocket: Bump version (#828)

parent 53faeabe
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ const (
func init() {
flag.StringSlice(CfgEntryNodes, []string{"2PV5487xMw5rasGBXXWeqSi4hLz7r19YBt8Y1TGAsQbj@ressims.iota.cafe:15626", "5EDH4uY78EA6wrBkHHAVBWBMDt7EcksRq6pjzipoW15B@entrynode.alphanet.tanglebay.org:14656"}, "list of trusted entry nodes for auto peering")
flag.Int(CfgNetworkVersion, 8, "autopeering network version")
flag.Int(CfgNetworkVersion, 9, "autopeering network version")
}
......@@ -17,7 +17,7 @@ var (
once sync.Once
// AppVersion version number
AppVersion = "v0.3.0"
AppVersion = "v0.3.1"
// SimplifiedAppVersion is the version number without commit hash
SimplifiedAppVersion = simplifiedVersion(AppVersion)
)
......
......@@ -10,7 +10,7 @@ import (
const (
// DBVersion defines the version of the database schema this version of GoShimmer supports.
// Every time there's a breaking change regarding the stored data, this version flag should be adjusted.
DBVersion = 10
DBVersion = 11
)
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment