diff --git a/changelog/addcommand.dd b/changelog/addcommand.dd index 55e9e2e..5401ccc 100644 --- a/changelog/addcommand.dd +++ b/changelog/addcommand.dd @@ -18,7 +18,7 @@ ------ It is also possible to add multiple packages at once and explicitly add a -simple $(LINK2 version specification,http://code.dlang.org/package-format?lang=json#version-specs) +simple $(LINK2 https://code.dlang.org/package-format?lang=json#version-specs,version specification) for some of them. For example the command `dub add vibe-d='~>0.8.2' mir-algorithm=3.1.21` would diff --git a/source/dub/version_.d b/source/dub/version_.d index 2acd960..744b9c0 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.13.0-beta.2"; +enum dubVersion = "v1.13.0-rc.1";