branch: elpa/cider
commit 8e3091e8c427cc18f1cc511d5d5aa15424cddb62
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Release CIDER 1.20 ("Lanzarote")
---
cider.el | 6 +++---
doc/antora.yml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cider.el b/cider.el
index f7e3a41e934..1663d65fbc2 100644
--- a/cider.el
+++ b/cider.el
@@ -14,7 +14,7 @@
;; Homepage: https://www.github.com/clojure-emacs/cider
;; Keywords: languages, clojure, cider
;;
-;; Version: 1.20.0-snapshot
+;; Version: 1.20.0
;; Package-Requires: (
;; (emacs "27")
;; (clojure-mode "5.19")
@@ -103,10 +103,10 @@
(require 'sesman)
(require 'package)
-(defconst cider-version "1.20.0-snapshot"
+(defconst cider-version "1.20.0"
"The current version of CIDER.")
-(defconst cider-codename "Skiathos"
+(defconst cider-codename "Lanzarote"
"Codename used to denote stable releases.")
(defcustom cider-lein-command
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd5936..bde7d3c6892 100644
--- a/doc/antora.yml
+++ b/doc/antora.yml
@@ -2,6 +2,6 @@ name: cider
title: CIDER
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
-version: ~
+version: "1.20"
nav:
- modules/ROOT/nav.adoc