diff options
author | Camil Staps | 2016-07-27 14:52:49 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-27 15:01:54 +0200 |
commit | c67d248601031a0245dfe64b609fa6623868014b (patch) | |
tree | 640b5e040b1c045c361824d1cd3d5af1e6ecf8ec /classes/constants.php | |
parent | v0.4.1 (diff) |
v0.4.2 moved payment_received to separate table/class payment(s)
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'; } |