Skip to content

Commit

Permalink
0.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_GIDT committed Sep 5, 2024
1 parent 5f5e0da commit ceb243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-blueprints/python/generate-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ output_api_dir="$4/$package_name"
templates_dir="$blueprints_dir/templates"

# Extract the specification version
spec_version=$(awk '/version:/ {gsub(/"| /, "", $2); print $2}' "$spec_file")
spec_version="0.0.200"

echo "Generating Visier API $package_name $spec_version $spec_file"

Expand Down

0 comments on commit ceb243b

Please sign in to comment.