Bump version number

This commit is contained in:
Matt Nadareski
2016-03-27 22:17:51 -07:00
parent 7df373ba70
commit 35d892017c

View File

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