commit: aebf6168e37e943a5524f33c8bf510c5b0495a9c Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Aug 16 22:39:42 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Aug 16 22:39:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=aebf6168
company-ebuild.el: bump to 0.1.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> company-ebuild.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/company-ebuild.el b/company-ebuild.el index e8916b7..ef4096b 100644 --- a/company-ebuild.el +++ b/company-ebuild.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć <[email protected]> ;; Created: 16 Aug 2022 -;; Version: 0.0.0 +;; Version: 0.1.0 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/company-ebuild.git ;; Package-Requires: ((emacs "25.1")) @@ -47,7 +47,7 @@ (require 'company-ebuild-keywords) -(defconst company-ebuild-version "0.0.0" +(defconst company-ebuild-version "0.1.0" "Company-Ebuild version.")
