Skip to content

Commit

Permalink
Release version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 19, 2024
1 parent ed5a80e commit e5f0928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emacsql.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/magit/emacsql

;; Package-Version: 4.0.0
;; Package-Version: 4.0.1
;; Package-Requires: ((emacs "25.1"))

;; SPDX-License-Identifier: Unlicense
Expand All @@ -32,7 +32,7 @@
"The EmacSQL SQL database front-end."
:group 'comm)

(defconst emacsql-version "4.0.0")
(defconst emacsql-version "4.0.1")

(defvar emacsql-global-timeout 30
"Maximum number of seconds to wait before bailing out on a SQL command.
Expand Down

0 comments on commit e5f0928

Please sign in to comment.