Skip to content

Commit 6a376a6

Browse files
committed
Correct location of version file
1 parent ea88cba commit 6a376a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bump-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o errexit
88
set -o pipefail
99

1010
# Stores the canonical version for the project.
11-
VERSION_FILE=src/example/_version.py
11+
VERSION_FILE=src/vpnconf/_version.py
1212
# Files that should be updated with the new version.
1313
VERSION_FILES=("$VERSION_FILE")
1414

0 commit comments

Comments
 (0)