Skip to content

Commit ac59c4b

Browse files
authored
Merge pull request #41 from FlorianBruniaux/fix/release-manifest-version
chore: set version to 0.7.1 (skip unintended 1.0.0 bump)
2 parents 6493bc9 + 61e4467 commit ac59c4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.7.1"
33
}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtk"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
authors = ["Patrick Szymkowiak"]
66
description = "Rust Token Killer - High-performance CLI proxy to minimize LLM token consumption"

0 commit comments

Comments
 (0)