From d1822e474959c06e3b4885c34e8d200b9e83a305 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Tue, 5 May 2015 13:28:50 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55d45aac..523f9895 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.8.0 +VERSION := 0.8.1 TARGET := node_exporter GOFLAGS := -ldflags "-X main.Version $(VERSION)"