Skip to content

Commit f05578e

Browse files
committed
Bump version to v1.11.7 and update changelog
Updated the version constant in cmd/version.go to v1.11.7 and added an unreleased section for 1.11.7 in CHANGELOG.md to prepare for the next release.
1 parent 43647d3 commit f05578e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

6+
## [1.11.7] - unreleased
7+
### Added
8+
### Changed
9+
### Deprecated
10+
### Removed
11+
### Fixed
12+
### Security
13+
614
## [1.11.6] - 11/6/25
715
### Added
816
- Sourcehut as a new SCM provider; thanks @shabbyrobe

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
const ghorgVersion = "v1.11.6"
9+
const ghorgVersion = "v1.11.7"
1010

1111
var versionCmd = &cobra.Command{
1212
Use: "version",

0 commit comments

Comments
 (0)