Skip to content

Commit

Permalink
Update a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 20, 2018
1 parent 85a3333 commit 19729ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cider/nrepl/version.clj
Expand Up @@ -10,7 +10,8 @@

(def version
"Current version of CIDER nREPL as a map.
Map of :major, :minor, :incremental, and :qualifier."
Map of :major, :minor, :incremental, :qualifier,
and :version-string."
(assoc (->> version-string
(re-find #"(\d+)\.(\d+)\.(\d+)-?(.*)")
rest
Expand Down

0 comments on commit 19729ad

Please sign in to comment.