We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3787c6 commit 527b37aCopy full SHA for 527b37a
GNUmakefile
@@ -1,6 +1,6 @@
1
TEST?=./...
2
PKGNAME?=spotinst
3
-VERSION?=$(shell grep -oP '(?<=Version = ).+' version/version.go | xargs)
+VERSION?=$(shell ggrep -oP '(?<=Version = ).+' version/version.go | xargs)
4
RELEASE?=v$(VERSION)
5
6
default: build
version/version.go
@@ -10,7 +10,7 @@ var (
10
// Version represents the main version number.
11
//
12
// Read-only.
13
- Version = "1.210.0"
+ Version = "1.211.0"
14
15
// Prerelease represents an optional pre-release label for the version.
16
// If this is "" (empty string) then it means that it is a final release.
0 commit comments