diff --git a/ekg.el b/ekg.el index 95855d3..782c36e 100644 --- a/ekg.el +++ b/ekg.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/ahyatt/ekg ;; Package-Requires: ((triples "0.4.0") (emacs "28.1") (llm "0.17.0")) ;; Keywords: outlines, hypermedia -;; Version: 0.6.3 +;; Version: 0.6.4 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; ;; This program is free software; you can redistribute it and/or @@ -288,7 +288,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.6.3" +(defconst ekg-version "0.6.4" "The version of ekg. This is used to understand when the database needs upgrading.")