Skip to content
Snippets Groups Projects
Unverified Commit 7b2a18b4 authored by capossele's avatar capossele
Browse files

Update version

parent 97d68173
No related branches found
No related tags found
No related merge requests found
# v0.3.4 - 2020-12-11
* Revert Pebble to Badger.
* **Breaking**: bumps network and database versions
# v0.3.3 - 2020-12-10
* Fix sync issue.
* Fix pkger issue.
......
......@@ -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, 11, "autopeering network version")
flag.Int(CfgNetworkVersion, 12, "autopeering network version")
}
......@@ -17,7 +17,7 @@ var (
once sync.Once
// AppVersion version number
AppVersion = "v0.3.3"
AppVersion = "v0.3.4"
// 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 = 13
DBVersion = 14
)
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment