Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Fix Issue #118 (fail to detect pxc 5.6 flavor)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacharmer committed Sep 27, 2020
1 parent 9d47764 commit c36213b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .build/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.54.0
1.54.1
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.54.1 27-Sep-2020

### BUGS FIXED

* Fix Issue #118 (dbdeployer fails to autodetect pxc flavor from binaries of 5.6.x versions)

## 1.54.0 13-Sep-2020

### NEW FEATURES
Expand Down
4 changes: 2 additions & 2 deletions common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
package common

// This file was generated during build. Do not edit.
// Build time: 2020-09-13 09:36
// Build time: 2020-09-26 19:32

var VersionDef string = "1.54.0" // 2020-09-09
var VersionDef string = "1.54.1" // 2020-09-26

// Compatible version is the version used to mark compatible archives (templates, configuration).
// It is usually major.minor.0, except when we are at version 0.x, when
Expand Down
1 change: 1 addition & 0 deletions test/all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ then
echo "version needed"
exit 1
fi
echo "### Using version $version"
fi

executable=dbdeployer-${version}.linux
Expand Down

0 comments on commit c36213b

Please sign in to comment.