From 1407e165f111032a52ca62c68094caf4e180d1ed Mon Sep 17 00:00:00 2001 From: Andrew Hyatt Date: Sat, 11 Nov 2023 00:05:39 -0500 Subject: [PATCH] Upgrade version to 0.4.2 --- ekg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ekg.el b/ekg.el index 16e838ce..91e4ab42 100644 --- a/ekg.el +++ b/ekg.el @@ -236,7 +236,7 @@ This includes new notes that start with tags. All functions are called with the tag as the single argument, and run in the buffer editing the note.") -(defconst ekg-version "0.4.0" +(defconst ekg-version "0.4.2" "The version of ekg, used to understand when the database needs upgrading.")