Skip to content

Commit 0e9a736

Browse files
committed
upgrade workspace-d, bump to v0.7.0-rc.1
1 parent 8697548 commit 0e9a736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dub.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"copyright": "Copyright © 2017-2021, webfreak",
66
"dependencies": {
7-
"workspace-d": "3.6.0-pre.15",
7+
"workspace-d": "3.6.0",
88
"eventsystem": "~>1.2.0",
99
"libddoc": "0.7.4",
1010
"rm-rf": "~>0.1.0",

source/served/info.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module source.served.info;
22

33
static immutable Version = [0, 7, 0];
4-
static immutable VersionSuffix = "beta.7"; // like beta.1
4+
static immutable VersionSuffix = "rc.1"; // like beta.1

0 commit comments

Comments
 (0)