Browse Source

version marker

pull/365/head
dr.lt.data 10 months ago
parent
commit
1230d327ff
  1. 2
      __init__.py

2
__init__.py

@ -29,7 +29,7 @@ except:
print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.")
version = [2, 3]
version = [2, 3, 1]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")

Loading…
Cancel
Save