From e70cbd2045bc63df74fa652213f1ace470e8b796 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Tue, 6 Oct 2015 13:36:27 -0400 Subject: [PATCH] Release 0.12.0rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbfc28b4..4849578d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION := 0.11.0 +VERSION := 0.12.0rc1 TARGET := node_exporter GOFLAGS := -ldflags "-X main.Version=$(VERSION)"