bump version number (2.8.2 -> 2.8.3)

This commit is contained in:
Sunshine 2024-09-05 22:50:26 +00:00
parent b685d3a46c
commit 8b0635bd84
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -789,7 +789,7 @@ dependencies = [
[[package]] [[package]]
name = "monolith" name = "monolith"
version = "2.8.2" version = "2.8.3"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"atty", "atty",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "monolith" name = "monolith"
version = "2.8.2" version = "2.8.3"
authors = [ authors = [
"Sunshine <snshn@tutanota.com>", "Sunshine <snshn@tutanota.com>",
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>", "Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",