We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4721342 commit 7bb94ebCopy full SHA for 7bb94eb
Cargo.toml
@@ -29,7 +29,7 @@ members = [
29
30
31
[workspace.package]
32
-version = "0.0.1"
+version = "0.0.3"
33
edition = "2021"
34
license-file = "LICENSE.md"
35
authors = ["S-CORE Contributors"]
MODULE.bazel
@@ -12,7 +12,7 @@
12
# *******************************************************************************
13
module(
14
name = "score_orchestrator",
15
- version = "0.0.1",
+ version = "0.0.3",
16
compatibility_level = 0,
17
)
18
0 commit comments