From 0e3c62fbd1bcb291b7bc7b8abbe34dc29b2e2308 Mon Sep 17 00:00:00 2001 From: Felisp Date: Tue, 24 Sep 2024 02:18:17 +0200 Subject: [PATCH] Version bump 'cause I might make pre-release --- project.clj | 2 +- src/rss_thread_watch/config.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 2b80241..d10146f 100644 --- a/project.clj +++ b/project.clj @@ -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" diff --git a/src/rss_thread_watch/config.clj b/src/rss_thread_watch/config.clj index 0f2c959..07e91dd 100644 --- a/src/rss_thread_watch/config.clj +++ b/src/rss_thread_watch/config.clj @@ -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"