From 20ecedd0b4c983bd7b88f97cd7a21461988a6c12 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Thu, 4 Feb 2016 12:43:50 +0000 Subject: [PATCH] And one more, because I don't know how to version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb3fda2..10d7545 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.12.0rc2 +VERSION := 0.12.0rc3 TARGET := node_exporter REVISION := $(shell git rev-parse --short HEAD 2> /dev/null || echo 'unknown')