Skip to content

Commit

Permalink
REL - Release v1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed May 21, 2024
1 parent c615d5e commit 5b8ef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_helper/common-setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ verapdf_folder() {
get_plugin_version() {
PLUGIN_NAME=$1

PLUGIN_VERSION=$(cat "$PROJECT_ROOT/verapdf/config/plugins.xml" | grep "$PLUGIN_NAME" | grep -o [0-9].[0-9][0-9].[0-9][0-9])
PLUGIN_VERSION=$(cat "$PROJECT_ROOT/verapdf/config/plugins.xml" | grep "$PLUGIN_NAME" | grep -o [0-9].[0-9][0-9].[0-9][0-9]*)

echo "PLUGIN_VERSION: "$PLUGIN_VERSION >&3
echo "$PLUGIN_VERSION"
Expand Down

0 comments on commit 5b8ef4e

Please sign in to comment.