Bump versioning for new beta release

This commit is contained in:
Daniel Szabo 2023-07-08 19:18:58 +03:00
parent b051ceff62
commit efdcf0f5e2
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1458,7 +1458,7 @@ dependencies = [
[[package]]
name = "microbin"
version = "2.0.1"
version = "2.0.2"
dependencies = [
"actix-files",
"actix-multipart",

View file

@ -1,8 +1,8 @@
[package]
name = "microbin"
version = "2.0.1"
version = "2.0.2"
edition = "2021"
authors = ["Daniel Szabo <daniel.szabo99@outlook.com>"]
authors = ["Daniel Szabo <daniel@microbin.eu>"]
license = "BSD-3-Clause"
description = "Simple, performant, configurable, entirely self-contained Pastebin and URL shortener."
readme = "README.md"

View file

@ -76,7 +76,7 @@ pub async fn post_admin(
pastas: &pastas,
args: &ARGS,
status: &String::from(status),
version_string: &String::from("2.0.1-20230704"),
version_string: &String::from("2.0.2-20230708"),
message: &String::from(message),
}
.render()