Update to beta1

This commit is contained in:
Hackerpilot 2015-06-04 17:35:58 -07:00
parent cad1f05367
commit 7a0eb5f13d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module dscanner_version;
/**
* Human-readable version number
*/
enum DSCANNER_VERSION = "v0.2.0-dev";
enum DSCANNER_VERSION = "v0.2.0-beta1";
version (Windows) {}
else