We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0be8ab2 + 4994bf3 commit da6e524Copy full SHA for da6e524
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
+
9
## [24.5.2] - 2024-09-20
10
### Fixed
11
- Allow a larger set of permissions for configuration files and folders.
cmd/version.go
@@ -20,7 +20,7 @@ import (
20
"github.com/spf13/cobra"
21
)
22
23
-var version = "24.5.2"
+var version = "24.11.0-dev"
24
25
// versionCmd represents the version command
26
var versionCmd = &cobra.Command{
0 commit comments