mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
Update to 1.21.3
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||

|
||||
[](https://discord.gg/wT8XjrjKkf)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user