diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 22:59:48 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 22:59:48 +0100 |
commit | 0d26b4e70ee630eeffa83d30e09a2b6de4422722 (patch) | |
tree | 74e6a0565440c014d348ab4da2575a1e3129448a /includes/config.defaults.php | |
parent | b741c281c34ef6577c17aba8cbc6ce73c539cda2 (diff) |
Release 2.0.0looking-glass-2.0.0
Diffstat (limited to 'includes/config.defaults.php')
-rw-r--r-- | includes/config.defaults.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 35b0e2a..640df2e 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -45,8 +45,8 @@ $config = array( // Release configuration 'release' => array( - 'version' => '1.3.0', - 'codename' => 'Convergence', + 'version' => '2.0.0', + 'codename' => 'Established', 'repository' => 'https://github.com/respawner/looking-glass' ), |