diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-23 14:48:27 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-23 14:48:27 +0100 |
commit | 55d64a0d370b140547fdbab88d271cd6b92265d2 (patch) | |
tree | fb21a99744c9b41dec2add41a6a5ec56482b9fb3 | |
parent | 2e00d9c904e6b03a6198651d15dc827526fa319c (diff) |
bump version to 0.9.21
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: NAME = sfeed -VERSION = 0.9.20 +VERSION = 0.9.21 # paths PREFIX = /usr/local |