Skip to content

Commit 1c0836b

Browse files
authored
1.21.50
1 parent b4adf04 commit 1c0836b

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.21.42'
6+
const CURRENT_VERSION = '1.21.50'
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)