Skip to content

Commit

Permalink
Set version to 0.6.4 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyatt authored Nov 18, 2024
1 parent 9a00915 commit 942457b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ekg.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Homepage: https://github.com/ahyatt/ekg
;; Package-Requires: ((triples "0.4.0") (emacs "28.1") (llm "0.18.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
Expand Down Expand Up @@ -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.")
Expand Down

0 comments on commit 942457b

Please sign in to comment.