diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 03d4cc0..3cc8491 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.1 +current_version = 3.1.2 tag = True commit = True diff --git a/README.md b/README.md index 203655e..c8a62fc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bin/b64.py b/bin/b64.py index 8862044..e135068 100644 --- a/bin/b64.py +++ b/bin/b64.py @@ -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 diff --git a/default.d/20-base/app.conf b/default.d/20-base/app.conf index 3e32651..c444c58 100644 --- a/default.d/20-base/app.conf +++ b/default.d/20-base/app.conf @@ -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