Update unreleased version

This commit is contained in:
gabrie30 2025-05-01 06:13:21 -07:00
parent 642bef4a49
commit 6ef949b422
No known key found for this signature in database
GPG Key ID: C4EA5B2A6BA448DA
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## [1.11.2] - unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.11.1] - 5/1/25
### Added
### Changed

View File

@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
const ghorgVersion = "v1.11.1"
const ghorgVersion = "v1.11.2"
var versionCmd = &cobra.Command{
Use: "version",