aboutsummaryrefslogtreecommitdiff
path: root/classes/Constants.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-31 09:40:25 +0200
committerCamil Staps2016-07-31 09:40:25 +0200
commit1ec8d12a7b125d41ecb723c5d83f2afef95408e9 (patch)
tree4d103ccbab48d2217e1ae13d37c229e4060e9184 /classes/Constants.php
parentGive new files a key (diff)
0.5.2 emails
Diffstat (limited to 'classes/Constants.php')
-rw-r--r--classes/Constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Constants.php b/classes/Constants.php
index fbac6cf..7528630 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.1';
+ const version = '0.5.2';
}