Skip to content

Commit

Permalink
Prepare next development cycle, i.e.: 24.11
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Mazzucato <mattia.mazzucato@secomind.com>
  • Loading branch information
matt-mazzucato committed Sep 20, 2024
1 parent 0be8ab2 commit 4994bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 4994bf3

Please sign in to comment.