Skip to content

Commit

Permalink
Update missed skeleton reference
Browse files Browse the repository at this point in the history
Reference the correct path when bumping versions.

Co-authored-by: dav3r <daver@geekpad.com>
  • Loading branch information
mcdonnnj and dav3r committed Mar 7, 2022
1 parent a019da1 commit 45c26b4
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/lcgit/_version.py

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

Expand Down

0 comments on commit 45c26b4

Please sign in to comment.