branch: elpa/cider
commit 5cbca647449e32926c35b20b9d3fc693078343ee
Author: vemv <[email protected]>
Commit: vemv <[email protected]>

    1.13.0-snapshot
---
 cider.el       | 4 ++--
 doc/antora.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cider.el b/cider.el
index a758a199cd..c980a1deac 100644
--- a/cider.el
+++ b/cider.el
@@ -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
+;; Version: 1.13.0-snapshot
 ;; Package-Requires: ((emacs "26") (clojure-mode "5.18.1") (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"
+(defconst cider-version "1.13.0-snapshot"
   "The current version of CIDER.")
 
 (defconst cider-codename "Split"
diff --git a/doc/antora.yml b/doc/antora.yml
index 49f1f4b2b6..fd9dacd593 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: 1.12
+version: ~
 nav:
 - modules/ROOT/nav.adoc

Reply via email to