github.com/neatlab/neatio@v1.7.3-0.20220425043230-d903e92fcc75/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"