Skip to content

Commit 8e3091e

Browse files
committed
Release CIDER 1.20 ("Lanzarote")
1 parent 09fc70f commit 8e3091e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;; Homepage: https://www.github.com/clojure-emacs/cider
1515
;; Keywords: languages, clojure, cider
1616
;;
17-
;; Version: 1.20.0-snapshot
17+
;; Version: 1.20.0
1818
;; Package-Requires: (
1919
;; (emacs "27")
2020
;; (clojure-mode "5.19")
@@ -103,10 +103,10 @@
103103
(require 'sesman)
104104
(require 'package)
105105

106-
(defconst cider-version "1.20.0-snapshot"
106+
(defconst cider-version "1.20.0"
107107
"The current version of CIDER.")
108108

109-
(defconst cider-codename "Skiathos"
109+
(defconst cider-codename "Lanzarote"
110110
"Codename used to denote stable releases.")
111111

112112
(defcustom cider-lein-command

doc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: cider
22
title: CIDER
33
# We always provide version without patch here (e.g. 1.1),
44
# as patch versions should not appear in the docs.
5-
version: ~
5+
version: "1.20"
66
nav:
77
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)