Skip to content

Commit

Permalink
Merge pull request #48 from kohkimakimoto/fix-ssh-error
Browse files Browse the repository at this point in the history
updata version and phar file.
  • Loading branch information
kohkimakimoto committed Dec 14, 2015
2 parents bae6ae7 + d93e337 commit 341b5c1
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.14"
install_version="v3.0.15"

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.11"
install_version="v3.0.15"
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.14";
const VERSION = "3.0.15";

/**
* 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.14
v3.0.15

0 comments on commit 341b5c1

Please sign in to comment.