diff options
| author | Martin Edström <meedstrom@runbox.eu> | 2026-02-22 11:09:09 +0100 |
|---|---|---|
| committer | Martin Edström <meedstrom@runbox.eu> | 2026-02-22 11:09:09 +0100 |
| commit | 5af4975c176477cfe5f864bb9b402d8a8f2a074a (patch) | |
| tree | 012f4d89b4c4ee96b7081c852a32d32b7b0e0cca | |
| parent | b22aa6f37a1c8e677d6063bb1082757043b358c7 (diff) | |
Release version 2.7.3
| -rw-r--r-- | el-job.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ ;; URL: https://github.com/meedstrom/el-job ;; Created: 2024-10-30 ;; Keywords: processes -;; Package-Version: 2.7.2 +;; Package-Version: 2.7.3 ;; Package-Requires: ((emacs "29.1")) ;;; Commentary: @@ -41,7 +41,7 @@ (require 'el-job-ng) -(defconst el-job-internal-version 106) +(defconst el-job-internal-version 107) ;; FIXME: It seems to print the nil message during work ;;;###autoload |
