chore: bump version to 0.3.1
Restores installability via 'go install @latest'. Prior letter-suffix tags (v0.3.0a..v0.3.0f) aren't valid semver and were ignored by Go's module resolver, leaving @latest pointing at v0.3.0 which predates the module-path migration.
This commit is contained in:
parent
c2251d9932
commit
a6cf9a7096
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ var rootCmd = &cobra.Command{
|
||||||
Short: "Forgejo CLI tool - work seamlessly with Forgejo from the command line",
|
Short: "Forgejo CLI tool - work seamlessly with Forgejo from the command line",
|
||||||
Long: `fgj is a command line tool for Forgejo instances (including Codeberg).
|
Long: `fgj is a command line tool for Forgejo instances (including Codeberg).
|
||||||
It brings pull requests, issues, and other Forgejo concepts to the terminal.`,
|
It brings pull requests, issues, and other Forgejo concepts to the terminal.`,
|
||||||
Version: "0.3.0e",
|
Version: "0.3.1",
|
||||||
SilenceErrors: true,
|
SilenceErrors: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue