Skip to content

Commit 5310118

Browse files
committed
cli: align version number with git tag
1 parent 3db8f5f commit 5310118

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
Also I copied this intro verbatim from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77

88
## [Unreleased]
9+
## [v0.15.4 - 2023-08-11]
10+
### Fixed
11+
* Align version number with released version number
912

1013
## [v0.15.3 - 2023-08-11]
1114
Maintenance release to improve CI infrastructure. No other changes beyond v0.15.1.

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
var rootCmd = &cobra.Command{
3131
Use: "thcon",
32-
Version: "0.14.0",
32+
Version: "0.15.4",
3333
Short: "Switches apps between dark mode and light mode",
3434
PersistentPreRun: func(cmd *cobra.Command, args []string) {
3535
// PersistentPreRun executes after arg validation.

0 commit comments

Comments
 (0)