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

@@ -6,7 +6,7 @@ on:
tag:
description: 'Tag to publish to NPM'
required: true
default: 'v0.1.0-alpha.11'
default: 'v0.1.0-alpha.12'
jobs:
release:

View File

@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Notary Server
description: Notary server written in Rust to provide notarization service.
version: 0.1.0-alpha.11-pre
version: 0.1.0-alpha.12-pre
tags:
- name: General
- name: Notarization

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)