From 80d42cb9a0f9196af7f6ba05ee81a7ca686516ca Mon Sep 17 00:00:00 2001 From: Lowell Alleman Date: Mon, 22 Aug 2022 18:44:13 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.0=20=E2=86=92=203.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- bin/b64.py | 2 +- default.d/20-base/app.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1ef4db7..03d4cc0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.0 +current_version = 3.1.1 tag = True commit = True diff --git a/README.md b/README.md index d21ce1c..203655e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SA-base64 -Version 3.1.0 +Version 3.1.1 _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 f2ac074..d7b49d2 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.0" +__version__ = "3.1.1" import os import sys diff --git a/default.d/20-base/app.conf b/default.d/20-base/app.conf index 6aa2659..3e32651 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.0 +version = 3.1.1 [package] check_for_updates = true