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/559/head
Ethan Buchman
8 years ago
parent
10828ad063
commit
4f5b6528a1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
version/version.go
+ 2
- 2
version/version.go
View File
@ -2,11 +2,11 @@ package version
const
Maj
=
"0"
const
Min
=
"10"
const
Fix
=
"
0
"
const
Fix
=
"
1
"
var
(
// The full version string
Version
=
"0.10.
0
"
Version
=
"0.10.
1
"
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
GitCommit
string
Write
Preview
Loading…
Cancel
Save