Prepare release v0.6.1

v0.6 v0.6.1
Martin Dosch 11 months ago
parent 084f343f8d
commit 0d45544ae1
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,6 +1,6 @@
# Changelog
## UNRELEASED
## [v0.6.1] 2023-07-25
### Changed
- Properly close connection to server.

@ -5,7 +5,7 @@
package main
const (
version = "0.6.1-dev"
version = "0.6.1"
// defaults
defaultBufferSize = 100
defaultConfigRowSep = 2

Loading…
Cancel
Save