Add extra check for directory creation; bump version number

This commit is contained in:
Matt Nadareski
2016-03-31 18:21:00 -07:00
parent e07c54bff3
commit 4c63c820ac
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ namespace SabreTools
private static Logger logger;
private static string _dbName = "DATabase.sqlite";
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
private static string _version = "0.2.6.0";
private static string _version = "0.2.6.1";
private static string _header =
@"+-----------------------------------------------------------------------------+
| DATabase " + _version + @" |