We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1c527 commit 9a1dc61Copy full SHA for 9a1dc61
cmd/docker-cli-plugin-metadata.go
@@ -40,7 +40,7 @@ var dockerCliPluginMetadataCmd = &cobra.Command{
40
enc := json.NewEncoder(os.Stdout)
41
enc.SetIndent("", " ")
42
// specs: https://docs.docker.com/engine/extend/cli_plugins/#the-docker-cli-plugin-metadata-subcommand
43
- d := map[string]string{"SchemaVersion": "0.1.0", "Vendor": "Christian Korneck", "Version": "1.4.3", "ShortDescription": "Push Readme to container registry"}
+ d := map[string]string{"SchemaVersion": "0.1.0", "Vendor": "Christian Korneck", "Version": "1.5.0", "ShortDescription": "Push Readme to container registry"}
44
enc.Encode(d)
45
},
46
}
0 commit comments