branch: master
commit 3c11c30c9ab41d8a9c88560071c48fbcdcbcba5d
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Bump the version
---
NEWS.md | 2 +-
company.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index 60b2850..7be2dd2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
# History of user-visible changes
-## Next
+## 2020-01-03 (0.9.11)
* New value for option `company-show-numbers` to show numbers on the left.
* `company-gtags` has some minor fixes.
diff --git a/company.el b/company.el
index dedaa30..e05f668 100644
--- a/company.el
+++ b/company.el
@@ -1,11 +1,11 @@
;;; company.el --- Modular text completion framework -*- lexical-binding: t
-*-
-;; Copyright (C) 2009-2019 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2020 Free Software Foundation, Inc.
;; Author: Nikolaj Schumacher
;; Maintainer: Dmitry Gutov <[email protected]>
;; URL: http://company-mode.github.io/
-;; Version: 0.9.10
+;; Version: 0.9.11
;; Keywords: abbrev, convenience, matching
;; Package-Requires: ((emacs "24.3"))