Fix merging order and bump version number

This commit is contained in:
Matt Nadareski
2016-03-28 14:28:51 -07:00
parent e2cb6acd41
commit 9fede1a207
3 changed files with 53 additions and 44 deletions

View File

@@ -11,7 +11,7 @@ namespace WoD
{
private static string _dbName = "DATabase.sqlite";
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
private static string _version = "0.0.6.0";
private static string _version = "0.0.6.1";
private static string _header =
@"+-----------------------------------------------------------------------------+
| DATabase " + _version + @" |