chore: bump version badge to v2.0.3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Shankar
2026-03-26 23:29:33 -04:00
parent ed8fa7e11f
commit c915ebb484
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.2](https://img.shields.io/badge/version-v2.0.2-brightgreen)
![Version: v2.0.3](https://img.shields.io/badge/version-v2.0.3-brightgreen)
## Documentation
+1 -1
View File
@@ -67,7 +67,7 @@ export default function Layout() {
</nav>
<div className="px-5 py-3 border-t border-white/10 flex items-center justify-between">
<span className="text-[10px] text-brand-300/60 font-mono">v2.0.2</span>
<span className="text-[10px] text-brand-300/60 font-mono">v2.0.3</span>
{authRequired && (
<button
onClick={logout}