Skip to content

Commit 1019537

Browse files
authored
Update to 0.79.4 (#941)
1 parent 588db36 commit 1019537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/pokegoapi/util/hash/pokehash/PokeHashProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class PokeHashProvider implements HashProvider {
4646
@Setter
4747
private String endpoint = DEFAULT_ENDPOINT;
4848

49-
private static final int VERSION = 7903;
49+
private static final int VERSION = 7904;
5050
private static final long UNK25 = -6553495230586135539L;
5151

5252
private static final Moshi MOSHI = new Builder().build();

0 commit comments

Comments
 (0)