This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
types: remove redundant version file
pull/1780/head
Ethan Buchman
7 years ago
parent
e86930c431
commit
f1094f760b
1 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save