From 302adfdbd2a16cbe0f777be184610aa0de0d8510 Mon Sep 17 00:00:00 2001 From: Ehco1996 Date: Mon, 9 Sep 2024 16:19:53 +0800 Subject: [PATCH] bump version --- internal/constant/constant.go | 2 +- internal/web/templates/index.html | 52 +++++++++++++++++++++++++++++-- 2 files changed, 51 insertions(+), 3 deletions(-) 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 @@