akaunting/config/version.php

26 lines
341 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'name' => 'Akaunting',
2017-11-30 14:46:20 +03:00
'code' => 'Import',
2017-09-14 22:21:00 +03:00
'major' => '1',
2017-11-30 14:46:20 +03:00
'minor' => '1',
2017-09-14 22:21:00 +03:00
2018-01-27 17:16:54 +03:00
'patch' => '10',
2017-09-14 22:21:00 +03:00
'build' => '',
'status' => 'Stable',
2018-01-27 17:16:54 +03:00
'date' => '27-January-2018',
2017-09-14 22:21:00 +03:00
2018-01-27 17:16:54 +03:00
'time' => '17:00',
2017-09-14 22:21:00 +03:00
'zone' => 'GMT +3',
];