NO-JIRA - Updated Versions for 0.8.1
diff --git a/VERSION.txt b/VERSION.txt
index a3df0a6..6f4eebd 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-0.8.0
+0.8.1
diff --git a/console/hawtio/pom.xml b/console/hawtio/pom.xml
index 9cc5cb5..8cc193f 100644
--- a/console/hawtio/pom.xml
+++ b/console/hawtio/pom.xml
@@ -24,9 +24,9 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>dispatch-hawtio-console</artifactId>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.8.1</version>
   <packaging>war</packaging>
-  <inceptionYear>2016</inceptionYear>
+  <inceptionYear>2017</inceptionYear>
   <url>https://qpid.apache.org</url>
 
   <description>
diff --git a/console/stand-alone/plugin/js/qdrOverview.js b/console/stand-alone/plugin/js/qdrOverview.js
index 303a91d..0889343 100644
--- a/console/stand-alone/plugin/js/qdrOverview.js
+++ b/console/stand-alone/plugin/js/qdrOverview.js
@@ -1775,7 +1775,7 @@
     logs.key = "Logs"
     logs.parent = "Logs"
     logs.isFolder = true
-    if (QDRService.versionCheck('0.8.0'))
+    if (QDRService.versionCheck('0.8.1'))
       topLevelChildren.push(logs)
     var initTreeAndGrid = function () {
       if (!htmlReady || !dataReady)