diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-08-17 16:47:52 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-08-17 16:47:52 +0200 |
commit | 411f5e83c38da298175b69c572485a421f44fb28 (patch) | |
tree | 12176865f8d4d9914da35c83c746c211a6b42685 | |
parent | d69467dff3c00ec0a17a5856ccbbe124a8eb7d99 (diff) |
bump version to 1.6
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: NAME = sfeed -VERSION = 1.5 +VERSION = 1.6 # curses theme, see themes/ directory. SFEED_THEME = mono |