increment version for trim end

This commit is contained in:
Paul Trowbridge 2018-08-23 16:53:38 -04:00
parent e42f7fcc6e
commit b6ee7b651e

View File

@ -24,7 +24,7 @@ namespace test
string nl = Environment.NewLine;
string msg = "Help:";
msg = msg + nl + "version 0.17";
msg = msg + nl + "version 0.18";
msg = msg + nl + "-scs source connection string";
msg = msg + nl + "-dcs destination connection string";
msg = msg + nl + "-sq path to source query";