From 73b4b06a4a10387d6182e5f59552b60496f7835a Mon Sep 17 00:00:00 2001 From: Drew Gonzales Date: Sat, 2 Apr 2022 12:55:14 -0700 Subject: [PATCH] v0.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f56298..44a082b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BUILD_METADATA=+$(shell git rev-parse --short HEAD) PRERELEASE= -SEMVER=0.0.1 +SEMVER=v0.0.2 VERSION=${SEMVER}${PRERELEASE}${BUILD_METADATA} # Builds target for whatever OS this is called from.