-
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
;; Steve Purcell <[email protected]> | ||
;; Maintainer: Bozhidar Batsov <[email protected]> | ||
;; URL: https://www.github.com/clojure-emacs/cider | ||
;; Version: 1.12.0-snapshot | ||
;; Version: 1.11.1 | ||
;; Package-Requires: ((emacs "26") (clojure-mode "5.18.0") (parseedn "1.2.0") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1")) | ||
;; Keywords: languages, clojure, cider | ||
|
||
|
@@ -93,7 +93,7 @@ | |
(require 'sesman) | ||
(require 'package) | ||
|
||
(defconst cider-version "1.12.0-snapshot" | ||
(defconst cider-version "1.11.1" | ||
"The current version of CIDER.") | ||
|
||
(defconst cider-codename "Hvar" | ||
|