Skip to content

Commit

Permalink
Fix: RegEx for version.go file (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Mar 2, 2023
1 parent fbd30c5 commit b13819f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/version/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .helper import get_last_release_version
from .version import Version, VersionCommand, VersionUpdate, parse_version

VERSION_MATCH = r'var [Vv]ersion = "([deprv0-9.+]+)"'
VERSION_MATCH = r'var [Vv]ersion = "([abcderv0-9.+]+)"'
TEMPLATE = """package main
// THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
Expand Down

0 comments on commit b13819f

Please sign in to comment.