From 37441ced402a3e29b6919891e38bf1c87831e8e3 Mon Sep 17 00:00:00 2001
From: Malf Furious <m@lfurio.us>
Date: Sat, 10 Nov 2018 22:42:04 -0500
Subject: Bump version number

Signed-off-by: Malf Furious <m@lfurio.us>
---
 app/class/globals.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'app')

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
-- 
cgit v1.2.3