Bump version number

This commit is contained in:
Matt Nadareski
2016-03-29 12:14:32 -07:00
parent 132e751b42
commit 01fca3450e

View File

@@ -12,7 +12,7 @@ namespace WoD
private static Logger logger;
private static string _dbName = "DATabase.sqlite";
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
private static string _version = "0.1.4.1";
private static string _version = "0.1.5.0";
private static string _header =
@"+-----------------------------------------------------------------------------+
| DATabase " + _version + @" |