Skip to content

Commit

Permalink
bump version to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-korneck committed Jul 10, 2020
1 parent 3ffd8d6 commit 4153176
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.4.0", "ShortDescription": "Push Readme to container registry"}
d := map[string]string{"SchemaVersion": "0.1.0", "Vendor": "Christian Korneck", "Version": "1.4.1", "ShortDescription": "Push Readme to container registry"}
enc.Encode(d)
},
}
Expand Down

0 comments on commit 4153176

Please sign in to comment.