Bump version number

This commit is contained in:
Matt Nadareski
2016-03-31 13:58:44 -07:00
parent 62148d3e1c
commit d3a1d4db6f
3 changed files with 3 additions and 3 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.5.0";
private static string _version = "0.2.5.1";
private static string _header =
@"+-----------------------------------------------------------------------------+
| DATabase " + _version + @" |