fix: correct version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2022-07-28 11:35:02 +02:00
parent 9d0d1f9ccb
commit 0de66cacf3
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,5 +1,5 @@
// Version number used for the archive name
pub const version = "1.3.0";
pub const version = "1.4.0";
pub const build_dir = "build";
pub const minecraft_version = "1.18.2";
pub const fabric_loader_version = "0.14.8";