diff --git a/runner.cs b/runner.cs index 986f08c..60764b6 100644 --- a/runner.cs +++ b/runner.cs @@ -25,7 +25,7 @@ namespace test NpgsqlConnection pgc = new NpgsqlConnection(); string msg = "Help:"; - msg = msg + nl + "version 0.24"; + msg = msg + nl + "version 0.25"; msg = msg + nl + "-scs source connection string"; msg = msg + nl + "-dcs destination connection string"; msg = msg + nl + "-sq path to source query"; diff --git a/runner.csproj b/runner.csproj index 6e5b509..2dd3663 100644 --- a/runner.csproj +++ b/runner.csproj @@ -6,7 +6,7 @@ - +