diff options
author | Malfurious <m@lfurio.us> | 2021-10-23 06:01:29 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-10-23 06:01:29 -0400 |
commit | 5983f6ab4e8a3a8e98a923776fe32bc85bf83fe0 (patch) | |
tree | ba2a96d042d92b306ef01b4906eed1b329b4f0b4 | |
parent | 4b464ddfac4b246bd5fdc0cf9a1c6072385b7aff (diff) | |
download | scrott-master.tar.gz scrott-master.zip |
Signed-off-by: Malfurious <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 60fd53a..5e9fcf6 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.4"); +define("__VERSION__", "v0.5"); /* * These global variables are arrays of strings logged by Scrott business |