From be19110a241384eeecee4939834a97da977a1776 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Tue, 1 Apr 2025 20:50:09 +0200 Subject: [PATCH] change version policy this will make it easier for people to see what mc version the pumpkin version is at --- Cargo.toml | 2 +- pumpkin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 283c3da1b..3ca5752bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.1.0-dev+1.21.5" edition = "2024" diff --git a/pumpkin/Cargo.toml b/pumpkin/Cargo.toml index ef15a1709..328151e14 100644 --- a/pumpkin/Cargo.toml +++ b/pumpkin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pumpkin" -version = "0.1.0-dev" +version.workspace = true description = "Empowering everyone to host fast and efficient Minecraft servers." edition.workspace = true rust-version = "1.85"