Skip to content

Commit

Permalink
chore: bump release to v4.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Mar 18, 2024
1 parent 8eed942 commit d23c8a6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 = 4.3.31
current_version = 4.3.32
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion scripts/collector/mysql/collect-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### Setup directories needed for execution
#############################################################################
OpVersion="4.3.31"
OpVersion="4.3.32"
dbmajor=""

LOCALE=$(echo $LANG | cut -d '.' -f 1)
Expand Down
2 changes: 1 addition & 1 deletion scripts/collector/oracle/collect-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### Setup directories needed for execution
#############################################################################
OpVersion="4.3.31"
OpVersion="4.3.32"
dbmajor=""

LOCALE=$(echo $LANG | cut -d '.' -f 1)
Expand Down
2 changes: 1 addition & 1 deletion scripts/collector/postgres/collect-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### Setup directories needed for execution
#############################################################################
OpVersion="4.3.31"
OpVersion="4.3.32"
dbmajor=""

LOCALE=$(echo $LANG | cut -d '.' -f 1)
Expand Down
2 changes: 1 addition & 1 deletion scripts/collector/sqlserver/instanceReview.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $validSQLInstanceVersionCheckValues = $splitValidInstanceVerisionCheckObj | ForE
$isValidSQLInstanceVersion = $validSQLInstanceVersionCheckValues[0]
$isCloudOrLinuxHost = $validSQLInstanceVersionCheckValues[1]

$op_version = "4.3.31"
$op_version = "4.3.32"

if ([string]($isValidSQLInstanceVersion) -eq "N") {
Write-Host "#############################################################"
Expand Down
2 changes: 1 addition & 1 deletion scripts/masker/dma-collection-masker
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ __all__ = [
"run_masker",
]

__version__ = "4.3.31"
__version__ = "4.3.32"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit d23c8a6

Please sign in to comment.