From 7949c74d9afa7c79025f56aa08a5a75939818b40 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 2 Apr 2021 08:10:48 +0200 Subject: Move branch constant into configuration --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 4ff446c..f94ba83 100644 --- a/Rakefile +++ b/Rakefile @@ -11,8 +11,8 @@ require_relative 'lib/package' require_relative 'lib/download' task :dmd do - version = '2.095.1' - dub_version = '1.24.1' + version = '2.096.0' + dub_version = '1.25.0' dscanner_version = '0.11.0' dcd_version = '0.13.1' tarball_name = "dmd.#{version}.linux.tar.xz" @@ -80,7 +80,7 @@ task :dmd do end task :composer do - version = '2.0.8' + version = '2.0.11' package = Package.new 'development/composer', version: version, -- cgit v1.2.3