Skip to content

Commit bd32aa8

Browse files
authored
1.20.80
1 parent c65fea2 commit bd32aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const mcData = require('minecraft-data')
33
// Minimum supported version (< will be kicked)
44
const MIN_VERSION = '1.16.201'
55
// Currently supported verson. Note, clients with newer versions can still connect as long as data is in minecraft-data
6-
const CURRENT_VERSION = '1.20.71'
6+
const CURRENT_VERSION = '1.20.80'
77

88
const Versions = Object.fromEntries(mcData.versions.bedrock.filter(e => e.releaseType === 'release').map(e => [e.minecraftVersion, e.version]))
99

0 commit comments

Comments
 (0)