Skip to content

Commit e2994ad

Browse files
committed
v0.7.5, just hotfixes to v0.7.4
- upgrades requests library to work on newer linux distros - fixes libdparse token memory corruption - slightly newer D-Scanner version not intented to support D syntax newer than a year ago, use 0.8.x for that
1 parent 5bed0fc commit e2994ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/served/info.d

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

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

0 commit comments

Comments
 (0)