Prepare release v0.8.3

This commit is contained in:
Martin Dosch 2024-02-17 17:06:30 +01:00
parent b4613f5cf0
commit dbfe7b5bf5
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## UNRELEASED
## [v0.8.3] 2024-02-17
### Changed
- Use a human readable file name for private Ox keys.
- Fix specifying a message via command line flag `-m`.

View File

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