Merge pull request #15276 from AUTOMATIC1111/v180_hr_styles-actual-version-number

v180_hr_styles actual version number
This commit is contained in:
AUTOMATIC1111 2024-03-16 12:40:24 +03:00 committed by GitHub
commit bb9df5cdc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import re
v160 = version.parse("1.6.0")
v170_tsnr = version.parse("v1.7.0-225")
v180 = version.parse("1.8.0")
v180_hr_styles = version.parse("1.8.0-136") # todo: change to the actual version number after merge
v180_hr_styles = version.parse("1.8.0-139")
def parse_version(text):