From 8b80ebe2b65a971ebca75f5e5caed027cc5ed30d Mon Sep 17 00:00:00 2001 From: Renzo Date: Sat, 21 May 2016 01:46:03 -0500 Subject: [PATCH] Updated version --- config/default_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default_config.php b/config/default_config.php index b38c839..d295abf 100755 --- a/config/default_config.php +++ b/config/default_config.php @@ -17,7 +17,7 @@ abstract class DefaultConfig public $url_base = 'http://127.0.0.1:3000'; # The version of this MyImouto - public $version = '1.0.6'; + public $version = '1.0.7'; # This is a salt used to make dictionary attacks on account passwords harder. public $user_password_salt = 'choujin-steiner';