Skip to content

Commit

Permalink
Fixed issues with unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Aug 13, 2018
1 parent e6aaaad commit 3c680a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

// Version is set in main.go and is overridable when building
var Version = "x.x.x"
var Version = "0.0.0"

// Verbose enables global verbose output
var Verbose bool
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version is set dynamically when building
var Version = "0.0.1"
var Version = "0.0.0"

func main() {
// TODO: Updates disabled for now
Expand Down

0 comments on commit 3c680a4

Please sign in to comment.