diff --git a/pkg/web/handlers.go b/pkg/web/handlers.go
index c55c6ba..2ebc970 100644
--- a/pkg/web/handlers.go
+++ b/pkg/web/handlers.go
@@ -1074,6 +1074,7 @@ func shouldAlertForCountry(country string, alertCountries []string) bool {
func IndexHandler(c *gin.Context) {
c.HTML(http.StatusOK, "index.html", gin.H{
"timestamp": time.Now().Format(time.RFC1123),
+ "version": time.Now().Unix(),
})
}
diff --git a/pkg/web/templates/index.html b/pkg/web/templates/index.html
index 622983b..9a58f37 100644
--- a/pkg/web/templates/index.html
+++ b/pkg/web/templates/index.html
@@ -27,7 +27,7 @@
-
-
+
-
+
@@ -1208,22 +1208,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+