Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 750dc08

Browse files
committed
Add configuration merge & bug fix release
* Add configuration merge to automatically combine local configurations with new options added in new versions of komanda-cli * Random bug fixes * Version bump to 0.9.0
1 parent 78f51e2 commit 750dc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

komanda/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Name = "komanda"
1919
const Description = "The Komanda Command-line IRC Client"
2020

2121
// Version number
22-
const Version = "0.8.2"
22+
const Version = "0.9.0"
2323

2424
// Website number
2525
const Website = "github.com/mephux/komanda"

0 commit comments

Comments
 (0)