Skip to content

Commit a3c0469

Browse files
committed
bump to 0.6.0
1 parent 5f12144 commit a3c0469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dub.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"targetType": "executable",
66
"dependencies": {
7-
"workspace-d": "3.5.0-pre.10",
7+
"workspace-d": "3.5.0",
88
"eventsystem": "~>1.2.0",
99
"painlessjson": "1.4.0",
1010
"libddoc": "0.7.0",
@@ -42,4 +42,4 @@
4242
}
4343
}
4444
]
45-
}
45+
}

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, 6, 0];
4-
static immutable VersionSuffix = "beta.1"; // like beta.1
4+
static immutable VersionSuffix = ""; // like beta.1

0 commit comments

Comments
 (0)