mirror of
https://github.com/szabodanika/microbin
synced 2024-11-12 20:27:13 +00:00
Bump versioning for new beta release
This commit is contained in:
parent
b051ceff62
commit
efdcf0f5e2
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1458,7 +1458,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "microbin"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-multipart",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue