build: Specify proper version in cargo toml

This commit is contained in:
2025-09-13 13:33:52 -06:00
parent 63eef4a70a
commit 8c5dd6fd84
3 changed files with 2 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "gman"
version = "0.0.2"
version = "0.0.1"
edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "Universal secret management and injection tool"