consider this 0.1.1

This commit is contained in:
abbie 2022-01-27 20:07:45 +00:00
parent a3187c9d90
commit 86a7f10ab9
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
export debug="true" export debug="false"
export version="0.1.1" export version="0.1.1"
if [ $debug = "true" ]; then 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." 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."