Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed May 27, 2015
1 parent 8384638 commit f9d5b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
///////////////////////////////////////////////////////////////////////////////////////////////
/////////////// Do not edit below this line unless you know what you are doing! ///////////////
///////////////////////////////////////////////////////////////////////////////////////////////
$version = "0.5";
$version = "0.6";
session_start();
///////// Login System /////////
//clear expired sessions
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
///////////////////////////////////////////////////////////////////////////////////////////////
/////////////// Do not edit below this line unless you know what you are doing! ///////////////
///////////////////////////////////////////////////////////////////////////////////////////////
$version = "0.5";
$version = "0.6";
session_start();
///////// Login System /////////
//clear expired sessions
Expand Down

0 comments on commit f9d5b4e

Please sign in to comment.