Version bump
'cause I might make pre-release
This commit is contained in:
parent
e45af756a2
commit
0e3c62fbd1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
(defproject rss-thread-watch "0.4.8-SNAPSHOT"
|
||||
(defproject rss-thread-watch "0.4.9-SNAPSHOT"
|
||||
:description "RSS based thread watcher"
|
||||
:url "http://example.com/FIXME"
|
||||
:license {:name "AGPL-3.0-only"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
;; Verification TODO: check if all required keys are included so we don't get nils
|
||||
|
||||
(def VERSION "0.4.8")
|
||||
(def VERSION "0.4.9")
|
||||
|
||||
(def GLOBAL-CONFIG
|
||||
"Global config with defaults for missing entires"
|
||||
|
|
Loading…
Reference in a new issue