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
version bump
pull/675/head
Ethan Buchman
7 years ago
parent
7d983a548b
commit
db034e079a
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
version/version.go
+ 3
- 3
version/version.go
View File
@ -1,12 +1,12 @@
package
version
const
Maj
=
"0"
const
Min
=
"1
0
"
const
Fix
=
"
4
"
const
Min
=
"1
1
"
const
Fix
=
"
0
"
var
(
// The full version string
Version
=
"0.1
0.4
"
Version
=
"0.1
1.0
"
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
GitCommit
string
Write
Preview
Loading…
Cancel
Save