Skip to content

Commit

Permalink
Bump versioning for new beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
szabodanika committed Jul 8, 2023
1 parent b051cef commit efdcf0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/endpoints/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit efdcf0f

Please sign in to comment.