diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-30 16:09:37 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-30 16:09:37 +0100 |
commit | 3e0ec40981f40c388b0347fb045e6f8f4292a397 (patch) | |
tree | 4133b7145645bcafa702cc4cc07078213d914670 | |
parent | 135600ea3a223db0b02d619ed641012ad0977216 (diff) |
Release 2.0.1.looking-glass-2.0.1
-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 640df2e..db0b1cf 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -45,7 +45,7 @@ $config = array( // Release configuration 'release' => array( - 'version' => '2.0.0', + 'version' => '2.0.1', 'codename' => 'Established', 'repository' => 'https://github.com/respawner/looking-glass' ), |