diff --git a/Makefile b/Makefile index 9943fb00c..f064ad79a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include .env ORG := keratin PROJECT := authn-server NAME := $(ORG)/$(PROJECT) -VERSION := 1.20.0 +VERSION := 1.20.1 MAIN := main.go BIN := $(shell pwd)/bin