mirror of
https://github.com/szabodanika/microbin
synced 2024-11-10 03:34:17 +00:00
Bump version for v2 release
This commit is contained in:
parent
c7c54e35b4
commit
571bfbff1f
3 changed files with 6 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1605,7 +1605,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "microbin"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-multipart",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "microbin"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
edition = "2021"
|
||||
authors = ["Daniel Szabo <daniel@microbin.eu>"]
|
||||
license = "BSD-3-Clause"
|
||||
|
|
|
@ -21,11 +21,11 @@ pub struct Version {
|
|||
pub static CURRENT_VERSION: Version = Version {
|
||||
major: 2,
|
||||
minor: 0,
|
||||
patch: 3,
|
||||
title: Cow::Borrowed("2.0.3-beta4"),
|
||||
long_title: Cow::Borrowed("Version 2.0.3-beta4, Build 20230710"),
|
||||
patch: 4,
|
||||
title: Cow::Borrowed("2.0.4"),
|
||||
long_title: Cow::Borrowed("Version 2.0.4, Build 20230711"),
|
||||
description: Cow::Borrowed("This version includes bug fixes and performance improvements."),
|
||||
date: Cow::Borrowed("2023-07-10"),
|
||||
date: Cow::Borrowed("2023-07-11"),
|
||||
update_type: Cow::Borrowed("beta"),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue