-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
1 parent
5bed0fc
commit dbf124d
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module served.info; | ||
|
||
static immutable Version = [0, 7, 4]; | ||
static immutable Version = [0, 7, 5]; | ||
static immutable VersionSuffix = ""; // like beta.1 |