Skip to content

Commit

Permalink
1.3.7 fix Bugfix with <@ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Apr 4, 2018
1 parent 75114e6 commit eaf9dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manager/includes/version.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$modx_version = '1.3.6'; // Current version number
$modx_release_date = 'Sep 04, 2017'; // Date of release
$modx_version = '1.3.7'; // Current version number
$modx_release_date = 'Apr 04, 2017'; // Date of release
$modx_branch = 'Evolution'; // Codebase name
$modx_full_appname = "{$modx_branch} {$modx_version} ({$modx_release_date})";

0 comments on commit eaf9dac

Please sign in to comment.