Skip to content

Commit a49b0a1

Browse files
committed
update index version
1 parent 238d266 commit a49b0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/tang/intellij/lua/lang/LuaLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
public class LuaLanguage extends Language {
2626

27-
public static final int INDEX_VERSION = 9;
27+
public static final int INDEX_VERSION = 10;
2828

2929
public static final LuaLanguage INSTANCE = new LuaLanguage();
3030

0 commit comments

Comments
 (0)