aboutsummaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorCamil Staps2016-08-01 08:35:59 +0200
committerCamil Staps2016-08-01 08:35:59 +0200
commitfc713848ae4a1bd3a6f489fbf45242e87b72e2e4 (patch)
tree8cec94faa0e15cba67c795de05d3e341b9b3fc14 /classes
parentUnfinished braintree status means open invoice; update frontend (diff)
0.5.3 frontend updates
Diffstat (limited to 'classes')
-rw-r--r--classes/Constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Constants.php b/classes/Constants.php
index 7528630..a4f3532 100644
--- a/classes/Constants.php
+++ b/classes/Constants.php
@@ -78,5 +78,5 @@ class Constants {
const password_cost = 10;
/** @const version Version of BusinessAdmin. Don't change this yourself! */
- const version = '0.5.2';
+ const version = '0.5.3';
}