Update to 1.21.3

This commit is contained in:
Snowiiii
2024-10-23 19:41:08 +02:00
parent 1a37d0354f
commit 6fb751accf
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
![CI](https://github.com/Snowiiii/Pumpkin/actions/workflows/rust.yml/badge.svg)
[![Discord](https://img.shields.io/discord/1268592337445978193.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/wT8XjrjKkf)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Current version)](https://img.shields.io/badge/current_version-1.21.2-blue)
![Current version)](https://img.shields.io/badge/current_version-1.21.3-blue)
</div>

View File

@@ -205,7 +205,7 @@ pub struct StatusResponse {
}
#[derive(Serialize)]
pub struct Version {
/// The current name of the Version (e.g. 1.21.2)
/// The current name of the Version (e.g. 1.21.3)
pub name: String,
/// The current Protocol Version (e.g. 767)
pub protocol: u32,

View File

@@ -32,7 +32,7 @@ mod connection_cache;
mod key_store;
pub mod ticker;
pub const CURRENT_MC_VERSION: &str = "1.21.2";
pub const CURRENT_MC_VERSION: &str = "1.21.3";
pub struct Server {
key_store: KeyStore,