Skip to content

Commit

Permalink
Prepare 23.5.0 release
Browse files Browse the repository at this point in the history
Bump version number and update CHANGELOG.md file

Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
  • Loading branch information
Annopaolo committed Oct 4, 2023
1 parent be506f5 commit 18ccd2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]
## [23.5.0] - 2023-10-04
### Added
- Add fish shell completions generator command
- `realm-management interfaces save` allows to save interfaces to disk.
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 = "23.5.0-dev"
var version = "23.5.0"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 18ccd2e

Please sign in to comment.