Skip to content

Commit

Permalink
Merge pull request #7 from camandel/fix_version
Browse files Browse the repository at this point in the history
fix: set correct version
  • Loading branch information
camandel authored Mar 27, 2021
2 parents f376091 + 4bd0dab commit f865bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cmd

// Version to display
var Version = "v0.0.1"
var Version = "v0.0.2"

0 comments on commit f865bcc

Please sign in to comment.