We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588db36 commit 1019537Copy full SHA for 1019537
library/src/main/java/com/pokegoapi/util/hash/pokehash/PokeHashProvider.java
@@ -46,7 +46,7 @@ public class PokeHashProvider implements HashProvider {
46
@Setter
47
private String endpoint = DEFAULT_ENDPOINT;
48
49
- private static final int VERSION = 7903;
+ private static final int VERSION = 7904;
50
private static final long UNK25 = -6553495230586135539L;
51
52
private static final Moshi MOSHI = new Builder().build();
0 commit comments