diff options
author | Malf Furious <m@lfurio.us> | 2019-04-13 23:51:28 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2019-04-13 23:51:28 -0400 |
commit | b77873e4a32b049627355f3e8f5fc26de912082f (patch) | |
tree | bbac35b404f122a7521a5545ad59c1dd8ed93964 /app | |
parent | ff716dad07085e2734c6af65661dbc95269c404d (diff) | |
download | scrott-b77873e4a32b049627355f3e8f5fc26de912082f.tar.gz scrott-b77873e4a32b049627355f3e8f5fc26de912082f.zip |
Scrott v0.4v0.4
Signed-off-by: Malf Furious <m@lfurio.us>
Diffstat (limited to 'app')
-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 468ad6d..60fd53a 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.3"); +define("__VERSION__", "v0.4"); /* * These global variables are arrays of strings logged by Scrott business |