aboutsummaryrefslogtreecommitdiff
path: root/classes/constants.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/constants.class.php')
-rw-r--r--classes/constants.class.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/constants.class.php b/classes/constants.class.php
index 7afcf50..4bb8dbf 100644
--- a/classes/constants.class.php
+++ b/classes/constants.class.php
@@ -65,4 +65,7 @@ class constants {
const invoice_tel_nr = '+31 6 1234 5678';
const invoice_email = 'my-email@domain.tld';
const invoice_valuta = '$'; // chr(128) for euro
+
+ /** @const version Version of BusinessAdmin. Don't change this yourself! */
+ const version = '0.1';
} \ No newline at end of file