We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10670be commit cc6cfb7Copy full SHA for cc6cfb7
spog/ui/src/about.rs
@@ -47,7 +47,7 @@ pub fn about() -> Html {
47
<dl>
48
<dt>{"Version"}</dt>
49
<dd>
50
- {"1.3.0"}
+ {"1.3.1"}
51
</dd>
52
</dl>
53
</div>
version/src/lib.rs
@@ -95,7 +95,7 @@ pub struct Version {
95
macro_rules! version {
96
() => {
97
$crate::VersionInformation {
98
- version: String::from("1.3.0"),
+ version: String::from("1.3.1"),
99
// version: $crate::Version {
100
// full: env!("CARGO_PKG_VERSION").to_string(),
101
// major: env!("CARGO_PKG_VERSION_MAJOR").parse().unwrap_or_default(),
0 commit comments