From 3b7f370e9a808d282b8246ce31490066a05292ed Mon Sep 17 00:00:00 2001 From: Joey Riches Date: Fri, 12 May 2023 13:39:28 +0100 Subject: [PATCH] Bump version to 1.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b193b9..bbefa89 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MODULE=github.com/getsolus/qol-assist MANPAGE=$(PKGNAME).1 SERVICE=$(PKGNAME)-migration.service -VERSION="0.9.0" +VERSION="1.0.0" PREFIX?=/usr/local BINDIR?=$(DESTDIR)$(PREFIX)/bin