From 0bfbb7a1a48dea0778dfd7a0db24e82322e838e0 Mon Sep 17 00:00:00 2001 From: SuperFromND <22881403+SuperFromND@users.noreply.github.com> Date: Sat, 23 Sep 2023 02:47:43 -0500 Subject: [PATCH] Bump version to 1.3.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33c0873..4993b01 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.2.0" src/main.go \ No newline at end of file + go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.3.0" src/main.go \ No newline at end of file