Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
uvindra committed Jul 4, 2018
1 parent 6a3a388 commit 74bd9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-export-cli/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var VersionCmd = &cobra.Command{
Short: versionCmdShortDesc,
Long: versionCmdLongDesc + versionCmdExamples,
Run: func(cmd *cobra.Command, args []string) {
var version = "0.2"
var version = "1.1.0"
fmt.Println(utils.ProjectName + " Version: " + version)
},
}
Expand Down

0 comments on commit 74bd9f2

Please sign in to comment.