Bump version number

There have been so many chnges, we've skipped over a few minor version and maintentence releases easily.
This commit is contained in:
Matt Nadareski
2016-04-06 13:12:25 -07:00
parent 8da0a8ec66
commit 656b5f23ea

View File

@@ -4,7 +4,7 @@
{
public static string Version
{
get { return "0.3.0.0"; }
get { return "0.4.0.0"; }
}
}
}