Skip to content

Commit

Permalink
Merge pull request #776 from Chamindu36/chamindu_1.1.x_doc_tools
Browse files Browse the repository at this point in the history
[1.1.x]Bump the version for patch release
  • Loading branch information
Chamindu36 authored Jul 30, 2021
2 parents 9a6e777 + 3a968c4 commit f8a511e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import-export-cli/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ var VersionCmd = &cobra.Command{
Short: versionCmdShortDesc,
Long: versionCmdLongDesc + versionCmdExamples,
Run: func(cmd *cobra.Command, args []string) {
var version = "1.1.0"
fmt.Println(utils.ProjectName + " Version: " + version)
var version = "1.1.1"
fmt.Println(utils.ProjectName + " version: " + version)
},
}

Expand Down

0 comments on commit f8a511e

Please sign in to comment.