Skip to content

Commit

Permalink
lnd+cmd/lncli: bump to version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Aug 23, 2017
1 parent d4d5198 commit 4871252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/lncli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func getClientConn(ctx *cli.Context) *grpc.ClientConn {
func main() {
app := cli.NewApp()
app.Name = "lncli"
app.Version = "0.2.1"
app.Version = "0.3"
app.Usage = "control plane for your Lightning Network Daemon (lnd)"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 2
appPatch uint = 1
appMinor uint = 3
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down

0 comments on commit 4871252

Please sign in to comment.