release: prepare for v0.2.0

This commit is contained in:
Romain Bertrand 2026-01-09 13:49:41 +01:00
parent 52177d9f9e
commit fc699e9718
2 changed files with 33 additions and 1 deletions

View file

@ -17,7 +17,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.1.0",
Version: "0.2.0",
}
func Execute() error {