Add version info to build

This commit is contained in:
NGnius (Graham) 2023-11-16 18:45:10 -05:00
parent f024193b43
commit 5fb6ae501c
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "libfj"
version = "0.7.3"
version = "0.7.4"
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
edition = "2018"
description = "An unofficial collection of APIs used in FreeJam games and mods"

View file

@ -15,3 +15,5 @@ pub mod techblox;
pub mod convert;
#[cfg(feature = "robocraft2")]
pub mod robocraft2;
pub const VERSION: &str = env!("CARGO_PKG_VERSION");