Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benwerd committed May 16, 2015
1 parent 048c7fe commit cce76f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Idno/Core/Idno.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ function getAdmins()
*/
function version()
{
return '0.7.8.5';
return '0.7.8.5.1';
}

/**
Expand All @@ -539,7 +539,7 @@ function getVersion()
* @return string
*/
function machineVersion() {
return '2015051601';
return '2015051602';
}

/**
Expand Down

0 comments on commit cce76f2

Please sign in to comment.