Akaunting/config/version.php

26 lines
341 B
PHP
Raw Normal View History

2017-09-14 19:21:00 +00:00
<?php
return [
'name' => 'Akaunting',
2017-11-30 11:46:20 +00:00
'code' => 'Import',
2017-09-14 19:21:00 +00:00
'major' => '1',
2017-11-30 11:46:20 +00:00
'minor' => '1',
2017-09-14 19:21:00 +00:00
2017-12-22 13:11:54 +00:00
'patch' => '6',
2017-09-14 19:21:00 +00:00
'build' => '',
'status' => 'Stable',
2017-12-22 13:11:54 +00:00
'date' => '22-December-2017',
2017-09-14 19:21:00 +00:00
2017-12-22 13:11:54 +00:00
'time' => '16:00',
2017-09-14 19:21:00 +00:00
'zone' => 'GMT +3',
];