Skip to content

Commit ccf4142

Browse files
authored
Update options.js
1 parent 9f11f21 commit ccf4142

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