diff --git a/DATabase/Program.cs b/DATabase/Program.cs index 53c906e7..b0907947 100644 --- a/DATabase/Program.cs +++ b/DATabase/Program.cs @@ -11,7 +11,7 @@ namespace DATabase { private static string _dbName = "DATabase.sqlite"; 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 = @"+-----------------------------------------------------------------------------+ | DATabase " + _version + @" |