File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66Also 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]
1114Maintenance release to improve CI infrastructure. No other changes beyond v0.15.1.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
2929
3030var 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.
You can’t perform that action at this time.
0 commit comments