You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script is run to trigger a new build so as to pull in updates to request_parser and request_generator.
# This script bumps the patch version, adds this new version to .dependecy.version, commits and tags the commit with that version which triggers a new build.
current_version=$(git tag --sort=committerdate | tail -n1)