Include <scout:version> in index.html to enable version check on startup

205169

Change-Id: Ibafb6683cb0a7e8b72119fcc5226fbb13c9d18c4
diff --git a/scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__.ui.html/src/main/resources/WebContent/index.html b/scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__.ui.html/src/main/resources/WebContent/index.html
index 0ac9196..28c7362 100644
--- a/scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__.ui.html/src/main/resources/WebContent/index.html
+++ b/scout-helloworld-app/src/main/resources/archetype-resources/__rootArtifactId__.ui.html/src/main/resources/WebContent/index.html
@@ -12,5 +12,6 @@
   <body>
     <scout:include template="no-script.html" />
     <div class="scout" data-partid="1"></div>
+    <scout:version />
   </body>
 </html>