Skip to content

Commit

Permalink
version v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Apr 30, 2019
1 parent 05b82cd commit 3149082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/edouardparis/lntop/ui"
)

const version = "v0.0.2"
const version = "v0.0.3"

// New creates a new cli app.
func New() *cli.App {
Expand Down
2 changes: 1 addition & 1 deletion ui/views/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
version = "v0.0.2"
version = "v0.0.3"
HELP = "help"
)

Expand Down

0 comments on commit 3149082

Please sign in to comment.