Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chclaus committed Jun 11, 2018
1 parent 525e35d commit 737325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version/version.go
Expand Up @@ -32,7 +32,7 @@ var versionCmd = &cobra.Command{
Short: "Prints the current version of the dt",
Long: "All software has versions. This is dt's",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("dt - the dev toolbelt v1.0.4 👻")
fmt.Println("dt - the dev toolbelt v1.1.0 🏖")
},
}

Expand Down

0 comments on commit 737325b

Please sign in to comment.