diff options
Diffstat (limited to 'ebuild-snippets.el')
-rw-r--r-- | ebuild-snippets.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-snippets.el b/ebuild-snippets.el index 1985522..cc7ba97 100644 --- a/ebuild-snippets.el +++ b/ebuild-snippets.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć <xgqt@gentoo.org> ;; Created: 27 Feb 2023 -;; Version: 2.0.4 +;; Version: 2.1.0 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git ;; Package-Requires: ((emacs "24")) @@ -49,7 +49,7 @@ (require 'yasnippet) -(defconst ebuild-snippets-version "2.0.4" +(defconst ebuild-snippets-version "2.1.0" "Ebuild-Snippets version.") |