We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d47c3a commit f22ba4fCopy full SHA for f22ba4f
2 files changed
Makefile
@@ -3,6 +3,7 @@
3
all: clean build
4
5
build:
6
+ @echo "Did you update the version in main.go/PluginMetadata?"
7
CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -o bin/appcloud-cf-cli-plugin_linux32
8
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/appcloud-cf-cli-plugin_linux64
9
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o bin/appcloud-cf-cli-plugin_osx
internal/appcloud/appcloud.go
@@ -20,7 +20,7 @@ func (p *Plugin) GetMetadata() plugin.PluginMetadata {
20
Name: "Swisscom Application Cloud",
21
Version: plugin.VersionType{
22
Major: 0,
23
- Minor: 2,
+ Minor: 3,
24
Build: 2,
25
},
26
Commands: []plugin.Command{
0 commit comments