From 6da60d1287e6c974a7291f62a9f9b008f15eb32f Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Sat, 28 Mar 2026 07:41:50 -0400 Subject: [PATCH] chore: bump version to 2.0.8, replace static README badge with dynamic GitHub Release badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- README.md | 2 +- cmd/server/main.go | 2 +- web/src/components/Layout.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e75a5e..f2249ec 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ certctl is a self-hosted platform that automates the entire certificate lifecycl [![License](https://img.shields.io/badge/license-BSL%201.1-blue.svg)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/shankar0123/certctl)](https://goreportcard.com/report/github.com/shankar0123/certctl) -![Version: v2.0.5](https://img.shields.io/badge/version-v2.0.5-brightgreen) +[![GitHub Release](https://img.shields.io/github/v/release/shankar0123/certctl)](https://github.com/shankar0123/certctl/releases) ## Documentation diff --git a/cmd/server/main.go b/cmd/server/main.go index 8095902..7123a93 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.7", + "version", "2.0.8", "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 0860710..9b9bdf9 100644 --- a/web/src/components/Layout.tsx +++ b/web/src/components/Layout.tsx @@ -69,7 +69,7 @@ export default function Layout() {
- v2.0.7 + v2.0.8 {authRequired && (