Update unreleased version

This commit is contained in:
gabrie30
2024-09-20 18:17:43 -07:00
parent 8c2116c0c7
commit 9e64a97d63
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.10.1] - unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.10.0] - 9/20/2024
### Added
- GHORG_NO_DIR_SIZE flag to turn off directory size output which is now enabled by default

View File

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