Skip to content

Commit

Permalink
Bump KQL Version in Init (#3597)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-forte-elastic authored Apr 15, 2024
1 parent 919a438 commit 114db81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kql/kql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .kql2eql import KqlToEQL
from .parser import lark_parse, KqlParser

__version__ = '0.1.6'
__version__ = '0.1.7'
__all__ = (
"ast",
"from_eql",
Expand Down

0 comments on commit 114db81

Please sign in to comment.