Skip to content

Commit

Permalink
Bump version to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-korneck committed Jul 13, 2022
1 parent 5abbba6 commit 490f1bd
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.8.1", "ShortDescription": "Push Readme to container registry"}
d := map[string]string{"SchemaVersion": "0.1.0", "Vendor": "Christian Korneck", "Version": "1.9.0", "ShortDescription": "Push Readme to container registry"}
enc.Encode(d)
},
}
Expand Down

0 comments on commit 490f1bd

Please sign in to comment.