akaunting/config/version.php

26 lines
340 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
2017-12-07 01:47:00 +03:00
'patch' => '2',
2017-09-14 22:21:00 +03:00
'build' => '',
'status' => 'Stable',
2017-12-07 01:47:00 +03:00
'date' => '7-December-2017',
2017-09-14 22:21:00 +03:00
2017-12-07 01:47:00 +03:00
'time' => '01:30',
2017-09-14 22:21:00 +03:00
'zone' => 'GMT +3',
];