Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 1b29b19

Browse files
authored
Merge pull request #33 from frafol/patch-2
1.20.4 Support
2 parents 1013284 + b2245b9 commit 1b29b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/bungeeblockversion/tools/VersionToStrings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class VersionToStrings {
6464
versionMap.put(762, "1.19.4");
6565
versionMap.put(763, "1.20.1");
6666
versionMap.put(764, "1.20.2");
67-
versionMap.put(765, "1.20.3");
67+
versionMap.put(765, "1.20.4");
6868
}
6969

7070
/**

0 commit comments

Comments
 (0)