more versioning

This commit is contained in:
Ethan Buchman
2015-09-15 19:11:45 -04:00
parent 78768082a1
commit b54522c60f
10 changed files with 45 additions and 26 deletions

6
node/version.go Normal file
View File

@ -0,0 +1,6 @@
package node
// Major: alpha
// Minor: encrypted p2p!
// Patch: New block pool logic
const Version = "0.5.2"