Skip to content

Commit

Permalink
Update version to 0.6.3 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyatt authored Sep 1, 2024
1 parent 4a1b55c commit 12d2524
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.17.0"))
;; Keywords: outlines, hypermedia
;; Version: 0.6.2
;; Version: 0.6.3
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
;; This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -289,7 +289,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.2"
(defconst ekg-version "0.6.3"
"The version of ekg.
This is used to understand when the database needs upgrading.")
Expand Down

0 comments on commit 12d2524

Please sign in to comment.