Skip to content

Commit f22ba4f

Browse files
committed
update metadata version
1 parent 0d47c3a commit f22ba4f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
all: clean build
44

55
build:
6+
@echo "Did you update the version in main.go/PluginMetadata?"
67
CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -o bin/appcloud-cf-cli-plugin_linux32
78
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/appcloud-cf-cli-plugin_linux64
89
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o bin/appcloud-cf-cli-plugin_osx

internal/appcloud/appcloud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func (p *Plugin) GetMetadata() plugin.PluginMetadata {
2020
Name: "Swisscom Application Cloud",
2121
Version: plugin.VersionType{
2222
Major: 0,
23-
Minor: 2,
23+
Minor: 3,
2424
Build: 2,
2525
},
2626
Commands: []plugin.Command{

0 commit comments

Comments
 (0)