commit a7549dd08101019988354225e9b0f7927bcb9401
parent 63f7abeeebb3dcda0c6fb53015a3e7fb5b8dfc70
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sat, 14 Sep 2024 16:24:30 +0200
feat: bump 0.14-unstable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/diary.h b/src/diary.h
@@ -29,7 +29,7 @@
#define XDG_CONFIG_HOME_FALLBACK "~/.config"
#define CONFIG_FILE_PATH "diary/diary.cfg"
-#define DIARY_VERSION "0.13"
+#define DIARY_VERSION "0.14-unstable"
static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};