Skip to content

Commit 4153176

Browse files
bump version to v1.4.1
1 parent 3ffd8d6 commit 4153176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/docker-cli-plugin-metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var dockerCliPluginMetadataCmd = &cobra.Command{
4040
enc := json.NewEncoder(os.Stdout)
4141
enc.SetIndent("", " ")
4242
// 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.0", "ShortDescription": "Push Readme to container registry"}
43+
d := map[string]string{"SchemaVersion": "0.1.0", "Vendor": "Christian Korneck", "Version": "1.4.1", "ShortDescription": "Push Readme to container registry"}
4444
enc.Encode(d)
4545
},
4646
}

0 commit comments

Comments
 (0)