summaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-31 19:32:04 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-31 19:32:04 +0300
commite202f028df4fa0f0ae2e45124f8668e6f73c798f (patch)
tree058f09f713e1d2471e0f2b7c38eb7f98696e0eef /.github/CONTRIBUTING.md
parent41bfb6d4e8f9e5b8820e5308cac60c9cf0eec588 (diff)
Update example versions
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 31331d9c..71cac2dd 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -17,7 +17,8 @@ do so.
* Mention the CIDER version info. You can use the REPL version info, which looks like that:
```el
-; CIDER 0.4.0snapshot (package: 20131112.1551) (Clojure 1.5.1, nREPL 0.2.1)
+;; CIDER 0.12.0snapshot (package: 20160331.421), nREPL 0.2.12
+;; Clojure 1.8.0, Java 1.8.0_31
```
* Include any relevant code to the issue summary.