We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2116c commit 9e64a97Copy full SHA for 9e64a97
CHANGELOG.md
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
6
+## [1.10.1] - unreleased
7
+### Added
8
+### Changed
9
+### Deprecated
10
+### Removed
11
+### Fixed
12
+### Security
13
+
14
## [1.10.0] - 9/20/2024
15
### Added
16
- GHORG_NO_DIR_SIZE flag to turn off directory size output which is now enabled by default
cmd/version.go
@@ -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",
0 commit comments