[lua] Increment scripting API version

This commit is contained in:
David Capello 2023-08-18 09:53:52 -03:00
parent 572cdf2b0e
commit 922ebf3039

View File

@ -10,6 +10,6 @@
// Increment this value if the scripting API is modified between two
// released Aseprite versions.
#define API_VERSION 25
#define API_VERSION 26
#endif