Skip to content

Commit

Permalink
1.20.80
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Apr 25, 2024
1 parent c65fea2 commit bd32aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const mcData = require('minecraft-data')
// Minimum supported version (< will be kicked)
const MIN_VERSION = '1.16.201'
// Currently supported verson. Note, clients with newer versions can still connect as long as data is in minecraft-data
const CURRENT_VERSION = '1.20.71'
const CURRENT_VERSION = '1.20.80'

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

Expand Down

0 comments on commit bd32aa8

Please sign in to comment.