Skip to content

Commit 81a5547

Browse files
committed
fix: update plugin version in metadata (#5)
This field should be updated automatically. It's used by the operator so wrong version can have real impact. Signed-off-by: Szymon Soloch <[email protected]>
1 parent 2214139 commit 81a5547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cnpgi/metadata/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
// Data is the metadata of this plugin.
1717
var Data = identity.GetPluginMetadataResponse{
1818
Name: PluginName,
19-
Version: "0.1.0",
19+
Version: "0.1.1", // x-release-please-version
2020
DisplayName: "pgBackRestInstance",
2121
ProjectUrl: "https://github.com/operasoftware/cnpg-plugin-pgbackrest",
2222
RepositoryUrl: "https://github.com/operasoftware/cnpg-plugin-pgbackrest",

0 commit comments

Comments
 (0)