Skip to content

Commit

Permalink
Bumped version for v4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Sep 16, 2020
1 parent 5b68a32 commit b9e1946
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/version.php
@@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v4.9.4',
'full_app_version' => 'v4.9.4 - build 4437-g799a93c46',
'build_version' => '4437',
'app_version' => 'v4.9.5',
'full_app_version' => 'v4.9.5 - build 4482-g5b68a321a',
'build_version' => '4482',
'prerelease_version' => '',
'hash_version' => 'g799a93c46',
'full_hash' => 'v4.9.4-41-g799a93c46',
'hash_version' => 'g5b68a321a',
'full_hash' => 'v4.9.5-44-g5b68a321a',
'branch' => 'master',
);
);

0 comments on commit b9e1946

Please sign in to comment.