Given a version number, increment one of its components.
Given a version number, increment one of its components.
(parse version-str)
(to-string version {:keys [prefix]})
(version-with-rc0 version)
Given a version, construct the same version with a -rc.0 suffix.
Given a version, construct the same version with a -rc.0 suffix.
(version-without-rc version)
Return a new version without a -rc.x suffix on it.
Return a new version without a -rc.x suffix on it.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close