diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a64d6c..f7f85a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [24.5.2] - 2024-09-20 ### Fixed - Allow a larger set of permissions for configuration files and folders. diff --git a/cmd/version.go b/cmd/version.go index 820f413..54a29ce 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/cobra" ) -var version = "24.5.2" +var version = "24.11.0-dev" // versionCmd represents the version command var versionCmd = &cobra.Command{