diff options
author | Camil Staps | 2016-07-26 14:31:46 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-26 14:33:24 +0200 |
commit | 81c8e366ed0b1aab1cf91705283b48ea674f7edf (patch) | |
tree | e05d02cbf40aa789549b2d40154631985faf071f /classes | |
parent | Array of administrator IDs in constants.php (diff) |
v0.4.1
Diffstat (limited to 'classes')
-rw-r--r-- | classes/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/constants.php b/classes/constants.php index ef34668..d7c7b7c 100644 --- a/classes/constants.php +++ b/classes/constants.php @@ -80,5 +80,5 @@ class constants { const password_cost = 10; /** @const version Version of BusinessAdmin. Don't change this yourself! */ - const version = '0.4'; + const version = '0.4.1'; } |