From e4aa3ab91cc0eb00b3cb9adf7030353ecd141f84 Mon Sep 17 00:00:00 2001 From: Sergio Andres Virviescas Santana Date: Tue, 25 Aug 2020 11:55:25 +0200 Subject: [PATCH] Upgrade to v1.1.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b36b4f9..b59635e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ CMD_DIR = ./cmd CONFIG_DIR = ./config/ # Get version constant -VERSION := 1.1.6 +VERSION := 1.1.7 BUILD := $(shell git rev-parse HEAD) # Use linker flags to provide version/build settings to the binary