Skip to content

Commit

Permalink
Update unreleased version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrie30 committed Sep 21, 2024
1 parent 8c2116c commit 9e64a97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9e64a97

Please sign in to comment.