From 569ef5a7cef85d6e6d3a5fce15fd42c7e2b2a53a Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Mon, 12 Aug 2024 10:39:29 -0600 Subject: [PATCH] version bump to 0.7.6 --- .bumpversion.cfg | 2 +- src/plextrac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 45bacc7..3cc13c1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.5 +current_version = 0.7.6 commit = True tag = True diff --git a/src/plextrac b/src/plextrac index d2e4d7b..4018090 100755 --- a/src/plextrac +++ b/src/plextrac @@ -1,7 +1,7 @@ #!/bin/bash set -Eeuo pipefail -VERSION=0.7.5 +VERSION=0.7.6 ## Podman Global Declaration Variable declare -A svcValues