From c1f284e1048f5cc918b5844fd2fa707d15f79073 Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Wed, 15 Jun 2022 15:53:22 +0200 Subject: [PATCH] Bump version to 2.0.5 Signed-off-by: Daniel Ortiz --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 478f5f08..77752639 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BIN_NAME :=krakend OS := $(shell uname | tr '[:upper:]' '[:lower:]') -VERSION := 2.0.4 +VERSION := 2.0.5 GIT_COMMIT := $(shell git rev-parse --short=7 HEAD) PKGNAME := krakend LICENSE := Apache 2.0 @@ -19,7 +19,7 @@ DESC := High performance API gateway. Aggregate, filter, manipulate and add midd MAINTAINER := Daniel Ortiz DOCKER_WDIR := /tmp/fpm DOCKER_FPM := devopsfaith/fpm -GOLANG_VERSION := 1.17.9 +GOLANG_VERSION := 1.17.11 GLIBC_VERSION := $(shell sh find_glibc.sh) ALPINE_VERSION := 3.15