diff --git a/internal/constant/constant.go b/internal/constant/constant.go index 917113eaf..7f62c39fd 100644 --- a/internal/constant/constant.go +++ b/internal/constant/constant.go @@ -5,7 +5,7 @@ import "time" type RelayType string var ( - Version = "1.1.5-dev" + Version = "1.1.5" GitBranch string GitRevision string BuildTime string diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index 31c71f73a..dd593f23c 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -21,11 +21,19 @@
  • StartTime: {{.StartTime}}
  • +
    +

    Latest Version: Checking...

    + +
    @@ -46,7 +54,20 @@