akaunting/config/version.php

26 lines
319 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'name' => 'Akaunting',
2020-12-29 18:23:32 +03:00
'code' => 'Document',
2017-09-14 22:21:00 +03:00
2019-11-16 10:21:14 +03:00
'major' => '2',
2017-09-14 22:21:00 +03:00
2020-12-26 19:59:10 +03:00
'minor' => '1',
2017-09-14 22:21:00 +03:00
2020-12-26 19:59:10 +03:00
'patch' => '0',
2017-09-14 22:21:00 +03:00
'build' => '',
2018-05-14 11:22:50 +03:00
2020-12-26 19:59:10 +03:00
'status' => 'RC',
2018-05-14 11:22:50 +03:00
2020-12-26 19:59:10 +03:00
'date' => '26-December-2020',
2018-05-14 11:22:50 +03:00
2020-12-26 19:59:10 +03:00
'time' => '20:00',
2018-05-14 11:22:50 +03:00
2017-09-14 22:21:00 +03:00
'zone' => 'GMT +3',
2018-05-14 11:22:50 +03:00
2017-09-14 22:21:00 +03:00
];