Bump version number for both maintence build and bugfix build

This commit is contained in:
Matt Nadareski
2016-03-25 09:27:19 -07:00
parent 8ef2e384b2
commit cc16b451c6

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.1"; private static string _version = "0.0.5.2";
private static string _header = private static string _header =
@"+-----------------------------------------------------------------------------+ @"+-----------------------------------------------------------------------------+
| DATabase " + _version + @" | | DATabase " + _version + @" |