From b5ec3890d58504f9eced209a643b9823fc6ccda3 Mon Sep 17 00:00:00 2001 From: Lowell Alleman Date: Tue, 23 Aug 2022 22:17:30 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.1=20=E2=86=92=203.1.2?= 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 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