Skip to content

Commit

Permalink
Bump version: 1.9.7 → 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Jun 10, 2024
1 parent 0667e61 commit b6b6556
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.7
current_version = 1.9.8
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion bin.d/50-spl-jmespath/jpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "1.9.7"
__version__ = "1.9.8"

import json
import os
Expand Down
2 changes: 1 addition & 1 deletion bin.d/50-spl-jsonformat/jsonformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "1.9.7"
__version__ = "1.9.8"

import json
import os
Expand Down
2 changes: 1 addition & 1 deletion bin.d/60-legacy/jpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from jmespath import functions
from jmespath.exceptions import JMESPathError, ParseError, UnknownFunctionError

__version__ = "1.9.7"
__version__ = "1.9.8"

import json
import re
Expand Down
2 changes: 1 addition & 1 deletion bin.d/60-legacy/jsonformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "1.9.7"
__version__ = "1.9.8"

import ast
import json
Expand Down
2 changes: 1 addition & 1 deletion default.d/20-base/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ is_configured = 0
[launcher]
author = kintyre
description = Kintyre's JMESPath for Splunk
version = 1.9.7
version = 1.9.8

[package]
check_for_updates = true
Expand Down

0 comments on commit b6b6556

Please sign in to comment.