Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Mar 6, 2022
1 parent 34119f6 commit 6ddccef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 1.3.0-snapshot
;; Version: 1.3.0
;; Package-Requires: ((emacs "26") (clojure-mode "5.12") (parseedn "1.0.6") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -92,7 +92,7 @@
(require 'sesman)
(require 'package)

(defconst cider-version "1.3.0-snapshot"
(defconst cider-version "1.3.0"
"The current version of CIDER.")

(defconst cider-codename "Ukraine"
Expand Down

0 comments on commit 6ddccef

Please sign in to comment.