We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4219f5f commit eb2b5a2Copy full SHA for eb2b5a2
src/cider/nrepl/version.clj
@@ -15,6 +15,7 @@
15
(assoc (->> version-string
16
(re-find #"(\d+)\.(\d+)\.(\d+)-?(.*)")
17
rest
18
+ (map #(try (Integer/parseInt %) (catch Exception e nil)))
19
(zipmap [:major :minor :incremental :qualifier]))
20
:version-string version-string))
21
0 commit comments