1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-07-01 22:12:55 +00:00

build: use generated version on package build

This commit is contained in:
2025-01-25 17:14:49 +01:00
parent a777289dcc
commit 274cb89af7
3 changed files with 19 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "cert-tools"
description = "Application to show and merge content of PEM files"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "GPL-3.0-or-later"
authors = ["Paul-Christian Volkmer"]