3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-28 13:55:49 +00:00
Files
snipe-it/config/version.php
snipe 1806dacb9d Bumped hash on master to 6.0.4
Signed-off-by: snipe <snipe@snipe.net>

# Conflicts:
#	config/version.php
2022-06-13 23:59:43 -07:00

11 lines
268 B
PHP

<?php
return array (
'app_version' => 'v6.0.4',
'full_app_version' => 'v6.0.4 - build 8050-gb448c8965',
'build_version' => '8050',
'prerelease_version' => '',
'hash_version' => 'gb448c8965',
'full_hash' => 'v6.0.4-4-gb448c8965',
'branch' => 'master',
);