We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7016ab9 commit 94ff225Copy full SHA for 94ff225
README.md
@@ -53,7 +53,7 @@ The current responsible for the tool maintenance is [Claudio Gomes](https://clag
53
To display the synopsis use the `--help` flag.
54
55
```
56
-unifmu 0.0.9
+unifmu 0.0.10
57
58
Implement Functional Mock-up units (FMUs) in various source languages.
59
cli/Cargo.toml
@@ -2,7 +2,7 @@
2
authors = ["Christian Legaard <clegaard@outlook.com>"]
3
edition = "2021"
4
name = "unifmu"
5
-version = "0.0.9"
+version = "0.0.10"
6
7
[dependencies]
8
clap = { version = "4.5.3", features = ["derive"] }
0 commit comments