From 25868adcad2af584b34032ebd034c4a070baaa43 Mon Sep 17 00:00:00 2001 From: sid Date: Sun, 26 Apr 2026 08:33:17 -0600 Subject: [PATCH] bump version to 0.3.2 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index ed3d6be..0ee2cf0 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -21,7 +21,7 @@ var rootCmd = &cobra.Command{ Short: "Forgejo CLI tool - work seamlessly with Forgejo from the command line", Long: `fj 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.1", + Version: "0.3.2", SilenceErrors: true, }