Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshal Ranjhani authored and Harshal Ranjhani committed Apr 12, 2024
1 parent 96418f6 commit 3fd5d67
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
Expand Up @@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
Short: "get the current version of genie",
Long: `All software has versions. This is genie's.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("genie v1.1.1")
fmt.Println("genie v1.1.3")
},
}

0 comments on commit 3fd5d67

Please sign in to comment.