Bump version number

This commit is contained in:
Matt Nadareski
2016-03-31 16:27:45 -07:00
parent 306b7b3413
commit 647bb5b7b9
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ namespace SabreTools
/// </summary>
class Headerer
{
private static string _version = "0.2.5.1";
private static string _version = "0.2.6.0";
private static string _dbName = "Headerer.sqlite";
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
private static Dictionary<string, int> types;