Fixed bug with Grok filter not testing values correctly.

This commit is contained in:
Eric Fontana
2014-12-11 12:46:22 -05:00
parent f1412c6b76
commit 0c283224bd
4 changed files with 10 additions and 7 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.14.0")]
[assembly: AssemblyFileVersion("1.3.14.0")]
[assembly: AssemblyVersion("1.3.15.0")]
[assembly: AssemblyFileVersion("1.3.15.0")]