Skip to content

Commit

Permalink
Update version to v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kohkimakimoto committed May 16, 2014
1 parent 18b899a commit b6c07c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified altax.phar
Binary file not shown.
4 changes: 2 additions & 2 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_altax() {

# default
install_type="local"
install_version="v3.0.8"
install_version="v3.0.9"

if [ $# -eq 1 ]; then
if [ $1 = "system" ]; then
Expand All @@ -66,7 +66,7 @@ if [ $# -eq 2 ]; then

if [ $2 = "v3" ]; then
# Recent version of v3
install_version="v3.0.8"
install_version="v3.0.9"
fi

fi
Expand Down
2 changes: 1 addition & 1 deletion src/Altax/Foundation/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Container implements \ArrayAccess, \Iterator, \Countable
/**
* Version of the application.
*/
const VERSION = "3.0.8";
const VERSION = "3.0.9";

/**
* git commit hash.
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.0.8
v3.0.9

0 comments on commit b6c07c6

Please sign in to comment.