From 4669d21deade4775c7f905b29b1cdd82c11ed3ca Mon Sep 17 00:00:00 2001 From: sid Date: Mon, 23 Mar 2026 12:57:38 -0600 Subject: [PATCH] chore: bump version to 0.3.0e --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 26b3ff0..1233c9a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -19,7 +19,7 @@ var rootCmd = &cobra.Command{ Short: "Forgejo CLI tool - work seamlessly with Forgejo from the command line", Long: `fgj is a command line tool for Forgejo instances (including Codeberg). It brings pull requests, issues, and other Forgejo concepts to the terminal.`, - Version: "0.3.0c", + Version: "0.3.0e", SilenceErrors: true, }