Skip to content

Commit

Permalink
Merge pull request #18 from cisagov/bug/fix_bump_version_script
Browse files Browse the repository at this point in the history
Correct the version file location in the `bump_version.sh` script
  • Loading branch information
mcdonnnj committed Mar 15, 2022
2 parents 5610e7d + c518eeb commit 93722c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o nounset
set -o errexit
set -o pipefail

VERSION_FILE=src/example/_version.py
VERSION_FILE=src/clamav_report/_version.py

HELP_INFORMATION="bump_version.sh (show|major|minor|patch|prerelease|build|finalize)"

Expand Down

0 comments on commit 93722c0

Please sign in to comment.