Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 26, 2019
1 parent 3dc2cc9 commit c7be250
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/version.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v4.7.5',
'full_app_version' => 'v4.7.5 - build 4137-g55ee90b25',
'build_version' => '4137',
'app_version' => 'v4.7.6',
'full_app_version' => 'v4.7.6 - build 4143-g3dc2cc9f2',
'build_version' => '4143',
'prerelease_version' => '',
'hash_version' => 'g55ee90b25',
'full_hash' => 'v4.7.5-18-g55ee90b25',
'hash_version' => 'g3dc2cc9f2',
'full_hash' => 'v4.7.6-24-g3dc2cc9f2',
'branch' => 'master',
);

1 comment on commit c7be250

@chemnic
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was not included in tag v4.7.6, right? Was that a mistake? Just noticed because it gave me problems with my ansible play.

Please sign in to comment.