build: fixed version numbers

This commit is contained in:
Hendrik Eeckhaut
2025-06-12 14:23:40 +02:00
parent 7e469006c0
commit 6a7c5384a9
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ use walkdir::WalkDir;
#[command(name = "set_tlsn_version")]
#[command(about = "Sets the TLSNotary version in all relevant files", long_about = None)]
struct Args {
/// Version number to set (example: 0.1.0-alpha.11)
/// Version number to set (example: 0.1.0-alpha.12)
version: String,
/// Workspace path (default is current directory)