Skip to content

Commit e456981

Browse files
committed
Add ULTRA_SUN_ULTRA_MOON; fix #1
1 parent 6f7a514 commit e456981

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/eu/iamgio/pokedex/version/VersionGroup.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public enum VersionGroup implements Loadable<VersionGroup.LoadedVersionGroup>, I
3838
BLACK_2_WHITE_2(14),
3939
X_Y(15),
4040
OMEGA_RUBY_ALPHA_SAPPHIRE(16),
41-
SUN_MOON(17);
41+
SUN_MOON(17),
42+
ULTRA_SUN_ULTRA_MOON(18);
4243

4344
/**
4445
* Identifier of this group

0 commit comments

Comments
 (0)