branch: elpa/emacsql
commit af71afdd0866defedd65a54059ca1644f68de9fc
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Release version 4.4.0
---
 emacsql.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacsql.el b/emacsql.el
index 991cc4e05c..06809ec7de 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Jonas Bernoulli <[email protected]>
 ;; Homepage: https://github.com/magit/emacsql
 
-;; Package-Version: 4.3.6
+;; Package-Version: 4.4.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; SPDX-License-Identifier: Unlicense
@@ -37,7 +37,7 @@
   "The EmacSQL SQL database front-end."
   :group 'comm)
 
-(defconst emacsql-version "4.3.6")
+(defconst emacsql-version "4.4.0")
 
 (defvar emacsql-global-timeout 30
   "Maximum number of seconds to wait before bailing out on a SQL command.

Reply via email to