diff options
-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' ), |