Version bump

'cause I might make pre-release
This commit is contained in:
Felisp 2024-09-24 02:18:17 +02:00
parent e45af756a2
commit 0e3c62fbd1
2 changed files with 2 additions and 2 deletions

View file

@ -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" :description "RSS based thread watcher"
:url "http://example.com/FIXME" :url "http://example.com/FIXME"
:license {:name "AGPL-3.0-only" :license {:name "AGPL-3.0-only"

View file

@ -22,7 +22,7 @@
;; Verification TODO: check if all required keys are included so we don't get nils ;; 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 (def GLOBAL-CONFIG
"Global config with defaults for missing entires" "Global config with defaults for missing entires"