Skip to content

Commit

Permalink
bumped version after CI and other few updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dbashyal committed Jul 28, 2016
1 parent e7a209d commit 0aad656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions trunk/app/controllers/frontend/tools/Version.php
Expand Up @@ -57,7 +57,7 @@ function _remap($method)

public function index()
{
echo '2.5.0.0';
echo '2.5.0.5';

$install = xss_clean(str_replace(base_url() . 'tools/version/', '', current_url()));
if(!empty($install)){
Expand All @@ -70,7 +70,4 @@ public function index()
}
}
}
}

/* End of file page.php */
/* Location: ./system/application/controllers/blog/page.php */
}
2 changes: 1 addition & 1 deletion trunk/version.txt
@@ -1 +1 @@
2.5.0.0
2.5.0.5

0 comments on commit 0aad656

Please sign in to comment.