You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/Game/ESE.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ class ESE
22
22
{
23
23
staticconstintVERSION_MAJOR=0;
24
24
staticconstintVERSION_MINOR=2;
25
-
staticconstintVERSION_PATCH=1;
25
+
staticconstintVERSION_PATCH=2;
26
26
27
27
// Base class for all ESE static methods, if we ever get modding support for core types many of these will get added to their respective classes as well
0 commit comments