We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43647d3 commit f05578eCopy full SHA for f05578e
CHANGELOG.md
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
6
+## [1.11.7] - unreleased
7
+### Added
8
+### Changed
9
+### Deprecated
10
+### Removed
11
+### Fixed
12
+### Security
13
+
14
## [1.11.6] - 11/6/25
15
### Added
16
- Sourcehut as a new SCM provider; thanks @shabbyrobe
cmd/version.go
@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
-const ghorgVersion = "v1.11.6"
+const ghorgVersion = "v1.11.7"
var versionCmd = &cobra.Command{
Use: "version",
0 commit comments