Skip to content

Commit

Permalink
update WEBUI_VERSION const
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Jul 2, 2024
1 parent 468a6ff commit fbbae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/bindings.nim
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ else:
{.pragma: webui, cdecl.}

const
WEBUI_VERSION* = "2.5.0-Beta.1" ## Version
WEBUI_VERSION* = "2.5.0-Beta.2" ## Version
WEBUI_MAX_IDS* = (256)
WEBUI_MAX_ARG* = (16)

Expand Down

0 comments on commit fbbae95

Please sign in to comment.