We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5027daf commit eefe852Copy full SHA for eefe852
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
---
3
4
+## v0.11.2 (May 27, 2020)
5
+
6
+* Fix regression in previous release where `LD_FLAGS` were not set correctly causing qbec to report a wrong version.
7
8
+Please avoid using `v0.11.1` as a result.
9
10
## v0.11.1 (May 24, 2020)
11
12
* Add ability to refer to an environment by context name rather than server URL. This is useful for environments
Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.11.1
+VERSION := 0.11.2
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
0 commit comments