Skip to content

Commit

Permalink
bump version to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-korneck committed Oct 29, 2020
1 parent 65271b0 commit 827d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docker-cli-plugin-metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var dockerCliPluginMetadataCmd = &cobra.Command{
enc := json.NewEncoder(os.Stdout)
enc.SetIndent("", " ")
// specs: https://docs.docker.com/engine/extend/cli_plugins/#the-docker-cli-plugin-metadata-subcommand
d := map[string]string{"SchemaVersion": "0.1.0", "Vendor": "Christian Korneck", "Version": "1.5.0", "ShortDescription": "Push Readme to container registry"}
d := map[string]string{"SchemaVersion": "0.1.0", "Vendor": "Christian Korneck", "Version": "1.5.1", "ShortDescription": "Push Readme to container registry"}
enc.Encode(d)
},
}
Expand Down

0 comments on commit 827d000

Please sign in to comment.