diff options
-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 ca6cffb..54432fb 100644 --- a/ebuild-snippets.el +++ b/ebuild-snippets.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć <xgqt@gentoo.org> ;; Created: 27 Feb 2023 -;; Version: 0.0.0 +;; Version: 1.0.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 "0.0.0" +(defconst ebuild-snippets-version "1.0.0" "Ebuild-Snippets version.") |