From 86a7f10ab9ba1f03aa7b6ff42ee677ba82b9a403 Mon Sep 17 00:00:00 2001 From: Celeste Date: Thu, 27 Jan 2022 20:07:45 +0000 Subject: [PATCH] consider this 0.1.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3e531ba..f56db19 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -export debug="true" +export debug="false" export version="0.1.1" if [ $debug = "true" ]; then echo "NOTE: This is going to be a development build. Please make sure you downloaded the point version from the 'about' tab if you wanted a stabler version."