Akaunting/config/version.php

26 lines
319 B
PHP
Raw Normal View History

2017-09-14 19:21:00 +00:00
<?php
return [
'name' => 'Akaunting',
2022-06-01 07:15:55 +00:00
'code' => 'Tailwind',
2017-09-14 19:21:00 +00:00
2022-06-01 07:15:55 +00:00
'major' => '3',
2017-09-14 19:21:00 +00:00
2022-06-01 07:15:55 +00:00
'minor' => '0',
2017-09-14 19:21:00 +00:00
2022-06-11 08:17:33 +00:00
'patch' => '1',
2017-09-14 19:21:00 +00:00
'build' => '',
2018-05-14 08:22:50 +00:00
2021-01-26 15:05:38 +00:00
'status' => 'Stable',
2018-05-14 08:22:50 +00:00
2022-06-11 08:17:33 +00:00
'date' => '11-June-2022',
2018-05-14 08:22:50 +00:00
2022-06-01 07:15:55 +00:00
'time' => '10:00',
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
];