chore: bump version to 2.0.8, replace static README badge with dynamic GitHub Release badge

- Layout.tsx: v2.0.7 → v2.0.8
- cmd/server/main.go: 2.0.7 → 2.0.8
- README.md: static version badge → shields.io/github/v/release (auto-updates)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shankar0123
2026-03-28 07:41:50 -04:00
parent baafab50c5
commit 6da60d1287
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func main() {
}))
logger.Info("certctl server starting",
"version", "2.0.7",
"version", "2.0.8",
"server_host", cfg.Server.Host,
"server_port", cfg.Server.Port)