Showing 1 changed files with 2 additions and 1 deletions
+2 -1
templates/include/footer.html.ep
... ...
@@ -1,10 +1,11 @@
1 1
 <hr style="margin-top:0;margin-bottom:10px">
2 2
 <div class="text-center" style="margin-bottom:10px">
3 3
   <a href="http://perlcodesample.sakura.ne.jp/gitprep-site">Gitprep</a>
4
+  <span>Version <%= $Gitprep::VERSION %></span>
4 5
 </div>
5 6
 
6 7
 % if (app->mode eq 'development') {
7 8
   <div class="text-center">
8 9
     <a href="<%= url_for('/dbviewer') %>">DBViewer</a>
9 10
   </div>
10
-% }
11
+% }