diff options
author | Malf Furious <m@lfurio.us> | 2018-10-27 15:37:12 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-10-27 15:37:12 -0400 |
commit | 2ec07236fed37e5e35b44449f39abc93e854132f (patch) | |
tree | 9ceb42350d7b719c6b40488610586eaf9e577a82 | |
parent | e43272a592c06719ad0d84f9dd5e5790e1331a96 (diff) | |
download | scrott-2ec07236fed37e5e35b44449f39abc93e854132f.tar.gz scrott-2ec07236fed37e5e35b44449f39abc93e854132f.zip |
Bump version number
Signed-off-by: Malf Furious <m@lfurio.us>
-rw-r--r-- | app/class/globals.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/globals.php b/app/class/globals.php index c1a6e32..74635d7 100644 --- a/app/class/globals.php +++ b/app/class/globals.php @@ -19,7 +19,7 @@ require_once "class/obj.class.php"; * These are utility functions and constants for the Scrott application. */ -define("__VERSION__", "v0.0"); +define("__VERSION__", "v0.1"); /* * These global variables are arrays of strings logged by Scrott business |