Skip to content

Commit

Permalink
Merge from dev and !Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflycons committed Oct 1, 2018
2 parents 15c775c + 44f565d commit 9a66a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'Firefly.InvokeSqlExecute.psm1'

# Version number of this module.
ModuleVersion = '0.3.0.0'
ModuleVersion = '0.3.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
1 change: 1 addition & 0 deletions Firefly.SqlCmdParser/Parser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public Parser(
public void Parse()
{
var sw = new Stopwatch();
sw.Start();

try
{
Expand Down

0 comments on commit 9a66a32

Please sign in to comment.