first commit

This commit is contained in:
denisdulici
2017-09-14 22:21:00 +03:00
commit 515bdaf5cd
598 changed files with 48030 additions and 0 deletions

25
config/version.php Normal file
View File

@@ -0,0 +1,25 @@
<?php
return [
'name' => 'Akaunting',
'code' => 'Besmele',
'major' => '1',
'minor' => '0',
'patch' => '0',
'build' => '',
'status' => 'Stable',
'date' => '14-September-2017',
'time' => '18:00',
'zone' => 'GMT +3',
];