From 3e6b51cd5031b9492b69650711233f6f48473e39 Mon Sep 17 00:00:00 2001 From: SuperFromND <22881403+SuperFromND@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:07:03 -0500 Subject: [PATCH] Bump version to 1.3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4993b01..c55e678 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ all: go build -trimpath -o bin/$(EXECNAME) src/main.go release: - go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.3.0" src/main.go \ No newline at end of file + go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.3.1" src/main.go \ No newline at end of file