diff options
author | Malf Furious <m@lfurio.us> | 2019-01-12 19:04:05 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2019-01-12 19:04:05 -0500 |
commit | 032607b6ca13b7c0a7088a6b52c5fd4492df4bde (patch) | |
tree | 79683c35bcf7f8de80131715c98203f6f259b95c | |
parent | f3165d28fff6468fca44ff2ec3b6cfb3fb82ee90 (diff) | |
download | scrott-032607b6ca13b7c0a7088a6b52c5fd4492df4bde.tar.gz scrott-032607b6ca13b7c0a7088a6b52c5fd4492df4bde.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 8a6efd7..e71ebc6 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.2"); +define("__VERSION__", "v0.3"); /* * These global variables are arrays of strings logged by Scrott business |