| Index: milo/frontend/appengine/templates/includes/base.html
|
| diff --git a/milo/frontend/appengine/templates/includes/base.html b/milo/frontend/appengine/templates/includes/base.html
|
| index c69c6c35cf64ce20568b7d1a6f0c3158b96238c1..4e73cb727ee7e633367de05999ea689d448487ee 100644
|
| --- a/milo/frontend/appengine/templates/includes/base.html
|
| +++ b/milo/frontend/appengine/templates/includes/base.html
|
| @@ -36,7 +36,8 @@ that can be found in the LICENSE file. -->
|
| <hr>
|
| <a href="https://github.com/luci">luci</a>,
|
| working for the <a href="https://chromium.org/">Chromium</a> project.<br>
|
| - Page built: <b>{{.CurrentTime | localTime "" }}</b>
|
| + built: <b>{{.CurrentTime | localTime "" }}</b><br>
|
| + version: <b>{{.AppVersion}}</b><br>
|
| </footer>
|
| <script>
|
| (function () {
|
|
|