File: version.go

package info (click to toggle)
abci 0.0~git20170124.0.f94ae5e-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 432 kB
  • sloc: python: 724; sh: 56; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
package types

const Maj = "0"
const Min = "3" // ResponseInfo, ResponseEndBlock
const Fix = "0" //

const Version = Maj + "." + Min + "." + Fix