diff options
Diffstat (limited to 'classes/constants.php')
-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 d7c7b7c..663d603 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.1'; + const version = '0.4.2'; } |