From cc16b451c621eb59a5cc8026ecc0676d6e484ef8 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 25 Mar 2016 09:27:19 -0700 Subject: [PATCH] Bump version number for both maintence build and bugfix build --- DATabase/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + @" |