diff --git a/Makefile b/Makefile index 3765b27..5a092c0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.1.0-beta +VERSION := 1.1.1-beta BUILD := $(shell git rev-parse --short HEAD) GO := go diff --git a/go.mod b/go.mod index 5af133c..b802237 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.nevets.tech/Keys/certman +module git.nevets.tech/Steven/certman go 1.25.0