build: Bumped version to 2.3.0

This commit is contained in:
Sayantan Santra 2024-03-06 15:42:36 -06:00
parent 83bf1f7af6
commit 51e0c84eb4
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -556,7 +556,7 @@ dependencies = [
[[package]]
name = "movie-rename"
version = "2.2.2"
version = "2.3.0"
dependencies = [
"clap",
"clap_complete",

View File

@ -1,6 +1,6 @@
[package]
name = "movie-rename"
version = "2.2.2"
version = "2.3.0"
build = "build.rs"
edition = "2021"
authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]