Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Dec 16, 2019
1 parent 5f12144 commit a3c0469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"targetType": "executable",
"dependencies": {
"workspace-d": "3.5.0-pre.10",
"workspace-d": "3.5.0",
"eventsystem": "~>1.2.0",
"painlessjson": "1.4.0",
"libddoc": "0.7.0",
Expand Down Expand Up @@ -42,4 +42,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion source/served/info.d
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module source.served.info;

static immutable Version = [0, 6, 0];
static immutable VersionSuffix = "beta.1"; // like beta.1
static immutable VersionSuffix = ""; // like beta.1

0 comments on commit a3c0469

Please sign in to comment.