diff --git a/changelog/d_versions_flag.dd b/changelog/d_versions_flag.dd deleted file mode 100644 index 021113135..000000000 --- a/changelog/d_versions_flag.dd +++ /dev/null @@ -1,6 +0,0 @@ -Exposed `--d-versions` CLI flag - -You can now specify `--d-versions=Xyz` to basically insert `version = Xyz;` into -all D source files. This is the same as specifying `versions` in your dub.sdl / -dub.json file, but from the CLI and unrelated to any build types or -configurations. diff --git a/source/dub/version_.d b/source/dub/version_.d index d8881412e..65bff6623 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.34.0-beta.1"; +enum dubVersion = "v1.34.0";