Skip to content

Commit

Permalink
Bump version for v2 beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
szabodanika committed Jul 10, 2023
1 parent 05126fe commit 590e302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microbin"
version = "2.0.2"
version = "2.0.3"
edition = "2021"
authors = ["Daniel Szabo <daniel@microbin.eu>"]
license = "BSD-3-Clause"
Expand Down
8 changes: 4 additions & 4 deletions src/util/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ pub struct Version {
pub static CURRENT_VERSION: Version = Version {
major: 2,
minor: 0,
patch: 2,
title: Cow::Borrowed("2.0.2-beta3"),
long_title: Cow::Borrowed("Version 2.0.2-beta3, Build 20230709"),
patch: 3,
title: Cow::Borrowed("2.0.3-beta4"),
long_title: Cow::Borrowed("Version 2.0.3-beta4, Build 20230710"),
description: Cow::Borrowed("This version includes bug fixes and performance improvements."),
date: Cow::Borrowed("2023-07-09"),
date: Cow::Borrowed("2023-07-10"),
update_type: Cow::Borrowed("beta"),
};

Expand Down

0 comments on commit 590e302

Please sign in to comment.