Use CARGO_PKG_VERSION for plugin versions

Instead of duplicating this. Means that plugin versions only need to be
updated in the Cargo.toml file.
This commit is contained in:
Robbert van der Helm
2022-11-09 15:50:21 +01:00
parent f18675ea64
commit a7e425581f
19 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "diopser"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "GPL-3.0-or-later"