diff options
author | Camil Staps | 2015-12-07 23:50:26 +0000 |
---|---|---|
committer | Camil Staps | 2015-12-07 23:50:26 +0000 |
commit | 4286a26a23944e5cbc4700443a0a3f998d73f2e1 (patch) | |
tree | 653570a00afe8bd18473abce02798c685a2f20d2 /classes/constants.class.php | |
parent | encoding issue (diff) |
Fix deleting offers
Diffstat (limited to 'classes/constants.class.php')
-rw-r--r-- | classes/constants.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/constants.class.php b/classes/constants.class.php index bb9da03..ad63521 100644 --- a/classes/constants.class.php +++ b/classes/constants.class.php @@ -70,5 +70,5 @@ class constants { const fa_valuta = 'eur'; /** @const version Version of BusinessAdmin. Don't change this yourself! */ - const version = '0.2.1'; -}
\ No newline at end of file + const version = '0.2.2'; +} |