From 2dac924485e9fe7530320db1a4589ef88dad91c8 Mon Sep 17 00:00:00 2001 From: Daniel Nilsson Date: Wed, 3 May 2023 14:07:54 +0200 Subject: [PATCH] bump dev target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 979e063a..a33ca434 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GOARCH=$(shell go env GOARCH) HOSTNAME=appgate.com NAMESPACE=appgate NAME=appgatesdp -VERSION=1.2.0 +VERSION=1.3.0 commit=$$(git rev-parse HEAD)