github.com/Gessiux/neatchain@v1.3.1/chain/consensus/neatcon/version/version.go (about) 1 package version 2 3 const Maj = "0" 4 const Min = "9" 5 const Fix = "2" 6 7 const Version = "0.9.2"