Skip to content

Commit

Permalink
Bump version: 3.1.1 → 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Aug 24, 2022
1 parent 389c502 commit b5ec389
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 3.1.1
current_version = 3.1.2
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SA-base64

Version 3.1.1
Version 3.1.2

_Base64 Add-On for Splunk_ provides a custom command for base64 encoding and decoding

Expand Down
2 changes: 1 addition & 1 deletion bin/b64.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__ = "3.1.1"
__version__ = "3.1.2"

import os
import sys
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 = Decode or encode a string in Base64
version = 3.1.1
version = 3.1.2

[package]
check_for_updates = true
Expand Down

0 comments on commit b5ec389

Please sign in to comment.