Bump version

This commit is contained in:
Jay Gabriels
2023-01-07 13:00:45 -08:00
parent 551702411a
commit 26c96f50c0
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.9.4] - unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.9.3] - 1/7/23
### Added
- Better examples for GitLab

View File

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