Skip to content

Commit

Permalink
Bump version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkroell committed Feb 7, 2022
1 parent 89c6d7a commit d5b3f02
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 @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

var version = "v1.6.2"
var version = "v1.7.0"

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var uploadCmd = &cobra.Command{
weight, _ := flags.GetFloat64("weight")
if weight == -1 {
cmd.PrintErr("No weight specified\n")
return
os.Exit(1)
}

fat, _ := flags.GetFloat64("fat")
Expand Down

0 comments on commit d5b3f02

Please sign in to comment.