Skip to content

Commit 9e64a97

Browse files
committed
Update unreleased version
1 parent 8c2116c commit 9e64a97

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
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.10.1] - unreleased
7+
### Added
8+
### Changed
9+
### Deprecated
10+
### Removed
11+
### Fixed
12+
### Security
13+
614
## [1.10.0] - 9/20/2024
715
### Added
816
- GHORG_NO_DIR_SIZE flag to turn off directory size output which is now enabled by default

cmd/version.go

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

9-
const ghorgVersion = "v1.10.0"
9+
const ghorgVersion = "v1.10.1"
1010

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

0 commit comments

Comments
 (0)