aboutsummaryrefslogtreecommitdiffstats
path: root/swarm
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-02-21 21:25:42 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-02-21 21:25:42 +0800
commitb9808e392f6bdf5a8e53487c982af40df073dc85 (patch)
tree22425073af14805d8cd9bd5cdd85229068b339ab /swarm
parent7fd0ccaa68cbc8e3f4fc59d3b99ba5067ba7c73a (diff)
downloadgo-tangerine-b9808e392f6bdf5a8e53487c982af40df073dc85.tar
go-tangerine-b9808e392f6bdf5a8e53487c982af40df073dc85.tar.gz
go-tangerine-b9808e392f6bdf5a8e53487c982af40df073dc85.tar.bz2
go-tangerine-b9808e392f6bdf5a8e53487c982af40df073dc85.tar.lz
go-tangerine-b9808e392f6bdf5a8e53487c982af40df073dc85.tar.xz
go-tangerine-b9808e392f6bdf5a8e53487c982af40df073dc85.tar.zst
go-tangerine-b9808e392f6bdf5a8e53487c982af40df073dc85.zip
swarm/version: bump to v0.3.12 unstable
Diffstat (limited to 'swarm')
-rw-r--r--swarm/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/version/version.go b/swarm/version/version.go
index e001ff7ca..ff54bdf11 100644
--- a/swarm/version/version.go
+++ b/swarm/version/version.go
@@ -23,7 +23,7 @@ import (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
- VersionPatch = 11 // Patch version component of the current release
+ VersionPatch = 12 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)