From 1f98f31f8341062af60cfd83c8cba0245f437c1f Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Sat, 28 Mar 2026 14:12:12 -0400 Subject: [PATCH] chore: bump version to 2.0.9 Co-Authored-By: Claude Opus 4.6 --- cmd/server/main.go | 2 +- web/src/components/Layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index d183424..02c6d51 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -44,7 +44,7 @@ func main() { })) logger.Info("certctl server starting", - "version", "2.0.8", + "version", "2.0.9", "server_host", cfg.Server.Host, "server_port", cfg.Server.Port) diff --git a/web/src/components/Layout.tsx b/web/src/components/Layout.tsx index 9b9bdf9..38d3927 100644 --- a/web/src/components/Layout.tsx +++ b/web/src/components/Layout.tsx @@ -69,7 +69,7 @@ export default function Layout() {
- v2.0.8 + v2.0.9 {authRequired && (