Skip to content

Commit

Permalink
Merge pull request #141 from Ariadne-CMS/versionbump
Browse files Browse the repository at this point in the history
bumped version number
  • Loading branch information
ylebre authored Dec 19, 2018
2 parents b96a426 + a0d400d commit cb66c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$ARversion = array();
$ARversion['version'] = '9.7';
$ARversion['date'] = strtotime('2016-05-26');
$ARversion['version'] = '10-rc1';
$ARversion['date'] = strtotime('2018-12-19');
$ARversion['year'] = strftime('%G', $ARversion['date']);

0 comments on commit cb66c60

Please sign in to comment.