Skip to content

Commit da6e524

Browse files
authored
Merge pull request #271 from matt-mazzucato/next-dev-cycle-is-24.11
Prepare next development cycle, i.e.: 24.11
2 parents 0be8ab2 + 4994bf3 commit da6e524

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
79
## [24.5.2] - 2024-09-20
810
### Fixed
911
- Allow a larger set of permissions for configuration files and folders.

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/spf13/cobra"
2121
)
2222

23-
var version = "24.5.2"
23+
var version = "24.11.0-dev"
2424

2525
// versionCmd represents the version command
2626
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)