branch: externals/transient
commit e293d5b36b5a683211b4412d264e387348918a13
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Set initial dummy value for Package-Version
    
    Set the `Package-Version' header keyword to the initial dummy value
    "0".  We are going to bump this on this branch only every time we
    merge "master" into it after a release, starting with the upcoming
    "0.3.0" release.
---
 transient.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/transient.el b/transient.el
index 5a02f06..554c175 100644
--- a/transient.el
+++ b/transient.el
@@ -5,6 +5,7 @@
 ;; Author: Jonas Bernoulli <jo...@bernoul.li>
 ;; Homepage: https://github.com/magit/transient
 ;; Package-Requires: ((emacs "25.1"))
+;; Package-Version: 0
 ;; Keywords: bindings
 
 ;; This file is part of GNU Emacs.

Reply via email to