diff --git a/README.md b/README.md
index c05d55d..cf49e7e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
ICEcoder is a browser based code editor, which provides a modern approach to building websites. By allowing you to code directly within the web browser, online or offline, it means you only need one program (your browser) to develop sites, plus can test on actual web servers. After development, you can also maintain the website easily, all of which make for speedy and smart development.
-
+
### Requirements
diff --git a/classes/Settings.php b/classes/Settings.php
index ec1ecbb..d7f08e7 100644
--- a/classes/Settings.php
+++ b/classes/Settings.php
@@ -7,7 +7,7 @@ class Settings
public function __construct()
{
// Set version number and document root as core settings
- $this->versionNo = "8.0 beta";
+ $this->versionNo = "8.0";
$this->docRoot = $_SERVER['DOCUMENT_ROOT'];
}
diff --git a/lib/template-config-users.php b/lib/template-config-users.php
index 5d41b4f..ecf1b2d 100644
--- a/lib/template-config-users.php
+++ b/lib/template-config-users.php
@@ -1,7 +1,7 @@