Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Refs #1165
  • Loading branch information
benwerd committed Feb 2, 2016
1 parent 7cd1c77 commit 2ef6df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Idno/Core/Idno.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ function getAdmins()
*/
function version()
{
return '0.9';
return '0.9.0.2';
}

/**
Expand All @@ -604,7 +604,7 @@ function getVersion()
*/
function machineVersion()
{
return '2016013101';
return '2016020201';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion version.known
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9
0.9.0.2

0 comments on commit 2ef6df6

Please sign in to comment.