Browse Source

types: remove redundant version file

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
f1094f760b
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      types/version.go

+ 0
- 7
types/version.go View File

@ -1,7 +0,0 @@
package types
const Maj = "0"
const Min = "3" // ResponseInfo, ResponseEndBlock
const Fix = "0" //
const Version = Maj + "." + Min + "." + Fix

Loading…
Cancel
Save