Akaunting/config/version.php

26 lines
329 B
PHP
Raw Normal View History

2017-09-14 19:21:00 +00:00
<?php
return [
'name' => 'Akaunting',
2018-10-29 14:28:49 +00:00
'code' => 'Reconciliation',
2017-09-14 19:21:00 +00:00
'major' => '1',
'minor' => '3',
2017-09-14 19:21:00 +00:00
2018-11-10 13:58:46 +00:00
'patch' => '1',
2017-09-14 19:21:00 +00:00
'build' => '',
2018-05-14 08:22:50 +00:00
2018-11-08 13:50:51 +00:00
'status' => 'Stable',
2018-05-14 08:22:50 +00:00
2018-11-10 13:58:46 +00:00
'date' => '10-November-2018',
2018-05-14 08:22:50 +00:00
2018-11-08 13:50:51 +00:00
'time' => '16:30',
2018-05-14 08:22:50 +00:00
2017-09-14 19:21:00 +00:00
'zone' => 'GMT +3',
2018-05-14 08:22:50 +00:00
2017-09-14 19:21:00 +00:00
];