Bump unreleased version

This commit is contained in:
Jay Gabriels
2024-07-20 07:48:15 -07:00
parent 9bd4558908
commit 3c229355f7
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.14] - unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.9.13] - 7/20/2024
### Added
- GHORG_CLONE_SNIPPETS as a way to clone all snippets, gitlab only

View File

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