Compare commits

...

4 Commits

Author SHA1 Message Date
snipe db76090e10 Missed one 2019-05-28 19:12:53 -07:00
snipe 03cf3b5431 Bumped release again :( 2019-05-28 19:12:42 -07:00
snipe 40f101d471 Merge branch 'master' of https://github.com/snipe/snipe-it 2019-05-28 19:08:39 -07:00
snipe 7aa6ef5f6c Bumped version 2019-05-28 19:08:35 -07:00
+3 -3
View File
@@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v4.7.0',
'full_app_version' => 'v4.7.0 - build 4037',
'app_version' => 'v4.7.2',
'full_app_version' => 'v4.7.2 - build 4037',
'build_version' => '4037',
'prerelease_version' => '',
'hash_version' => '',
'full_hash' => 'v4.7.0',
'full_hash' => 'v4.7.2',
'branch' => 'master',
);