Skip to content

Commit

Permalink
Update to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Oct 23, 2024
1 parent 1a37d03 commit 6fb751a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion pumpkin-protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pumpkin/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6fb751a

Please sign in to comment.