Skip to content

Commit

Permalink
feat: custom-nodes-manager - background tasks(install/update/fix/disa…
Browse files Browse the repository at this point in the history
…ble/enable)
  • Loading branch information
ltdrdata committed Feb 1, 2025
1 parent 0f7b9d0 commit 4760dea
Show file tree
Hide file tree
Showing 7 changed files with 303 additions and 161 deletions.
2 changes: 1 addition & 1 deletion glob/manager_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from node_package import InstalledNodePackage


version_code = [3, 11, 3]
version_code = [3, 12]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')


Expand Down
Loading

0 comments on commit 4760dea

Please sign in to comment.