akaunting/config/version.php

26 lines
339 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'name' => 'Akaunting',
2018-04-28 19:12:55 +03:00
'code' => 'Recurring',
2017-09-14 22:21:00 +03:00
'major' => '1',
2018-04-28 19:12:55 +03:00
'minor' => '2',
2017-09-14 22:21:00 +03:00
2018-05-10 10:51:24 +03:00
'patch' => '3',
2017-09-14 22:21:00 +03:00
'build' => '',
2018-05-03 15:49:10 +03:00
'status' => 'Stable',
2017-09-14 22:21:00 +03:00
2018-05-10 10:51:24 +03:00
'date' => '10-May-2018',
2017-09-14 22:21:00 +03:00
2018-05-10 10:51:24 +03:00
'time' => '10:30',
2017-09-14 22:21:00 +03:00
'zone' => 'GMT +3',
];