diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-02-18 11:07:41 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-02-18 11:07:41 +0100 |
commit | 62500cbe73a2e6b55a0d98f7d07c5c86104a6248 (patch) | |
tree | 0b5bbc4c3a3dd3f4e44e77e889cc4ebfdfe3f3d6 /includes/config.defaults.php | |
parent | 308173ba5281de704aa1deab3625e59bfcf4b73a (diff) |
Release 1.2.1.
Diffstat (limited to 'includes/config.defaults.php')
-rw-r--r-- | includes/config.defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 6473aa4..9e44343 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -28,7 +28,7 @@ $config = array( // Release configuration 'release' => array( - 'version' => '1.2.0', + 'version' => '1.2.1', 'codename' => 'Convergence' ), |