Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/include/footer.html.ep
... ...
@@ -2,7 +2,7 @@
2 2
   <div class="container">
3 3
     <div>
4 4
       <a href="https://github.com/yuki-kimoto/gitprep">Gitprep</a>
5
-      <span>Version <%= $Gitprep::VERSION %></span>
5
+      <span>Version <%= $Gitprep::VERSION %> (build on <a href="https://github.com/kraih/mojo">Mojolicious</a>)</span>
6 6
     </div>
7 7
 
8 8
     % if (app->mode eq 'development') {