mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 21:38:00 -05:00
build: fixed version numbers
This commit is contained in:
2
.github/workflows/releng.yml
vendored
2
.github/workflows/releng.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user