Browse Source

Update version and document it in readme

pull/56/head
Duke 12 months ago
parent
commit
3090b635cc
  1. 2
      README.md
  2. 2
      common/common.go

2
README.md

@ -145,6 +145,8 @@ protoc --go_out=paths=source_relative:. foo.proto
Or do `make protobuf`
To update the version of lightwalletd, update the value of the `Version` variable in common/common.go .
## Support
For support or other questions, join us on [Telegram](https://hush.is/telegram), or tweet at [@HushIsPrivacy](https://twitter.com/HushIsPrivacy), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram Support](https://hush.is/telegram_support).

2
common/common.go

@ -18,7 +18,7 @@ import (
// TODO: 'make build' will overwrite this string with the output of git-describe (tag)
var (
Version = "v0.1.2"
Version = "v0.1.3"
GitCommit = ""
Branch = ""
BuildDate = ""

Loading…
Cancel
Save