From 04beb0acc0af328608d33ab520c9e560c7c6d92e Mon Sep 17 00:00:00 2001 From: L-ING Date: Fri, 19 Jan 2024 12:31:31 +0000 Subject: [PATCH] chore: update version to 1.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b3d4a7..09ba6f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -484,7 +484,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "gpts-code-analyst" -version = "1.2.0" +version = "1.2.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index af62656..98f213a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpts-code-analyst" -version = "1.2.0" +version = "1.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html