diff options
author | Malf Furious <m@lfurio.us> | 2018-11-10 23:21:39 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-11-10 23:21:39 -0500 |
commit | f3165d28fff6468fca44ff2ec3b6cfb3fb82ee90 (patch) | |
tree | a8edb746f0a21d9e7ad134ba79be8278ecce147e /app/class/globals.php | |
parent | 0421aa1b60f4fe6bf140888159c58059c1013588 (diff) | |
parent | 295ba9fce85a959b04db4ac74b4ee378b42e6153 (diff) | |
download | scrott-f3165d28fff6468fca44ff2ec3b6cfb3fb82ee90.tar.gz scrott-f3165d28fff6468fca44ff2ec3b6cfb3fb82ee90.zip |
Merge branch 'rel/v0.2'v0.2
Diffstat (limited to 'app/class/globals.php')
-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 74635d7..8a6efd7 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.1"); +define("__VERSION__", "v0.2"); /* * These global variables are arrays of strings logged by Scrott business |