Skip to content

Commit

Permalink
Bump version: 2.11 → 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa committed Apr 21, 2022
1 parent 6d885a7 commit 710f057
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 2.11
current_version = 2.12
parse = (?P<major>\d+)\.(?P<minor>.*)
serialize = {major}.{minor}
files = circe.el circe-pkg.el
commit = True
tag = True

2 changes: 1 addition & 1 deletion circe-pkg.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(define-package "circe" "2.11" "Client for IRC in Emacs"
(define-package "circe" "2.12" "Client for IRC in Emacs"
'((emacs "24.5") (cl-lib "0.5"))
:url "https://github.com/emacs-circe/circe")
4 changes: 2 additions & 2 deletions circe.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2005 - 2015 Jorgen Schaefer

;; Version: 2.11
;; Version: 2.12
;; Keywords: IRC, chat, comm
;; Author: Jorgen Schaefer <forcer@forcix.cx>
;; URL: https://github.com/emacs-circe/circe
Expand Down Expand Up @@ -31,7 +31,7 @@

;;; Code:

(defvar circe-version "2.11"
(defvar circe-version "2.12"
"Circe version string.")

(require 'circe-compat)
Expand Down

0 comments on commit 710f057

Please # to comment.