diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 477a1fbf..425d7b4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,6 @@ If applicable, add screenshots to help explain your problem. **Environments (please complete the following information):** - System info: [use `uname --all` on Linux] - Dora version: [use `dora --version` and `pip show dora-rs`] - - Dora branch: [use `git branch -vv`] **Additional context** Add any other context about the problem here. diff --git a/Cargo.lock b/Cargo.lock index f50237f7..065233a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,7 +1370,7 @@ dependencies = [ [[package]] name = "dora-examples" -version = "0.1.0" +version = "0.0.0" dependencies = [ "clap 4.3.0", "dora-coordinator", diff --git a/Cargo.toml b/Cargo.toml index 865dfad2..69c3bbd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ dora-coordinator = { version = "0.2.2", path = "binaries/coordinator" } [package] name = "dora-examples" -version = "0.1.0" +version = "0.0.0" edition = "2021" license = "Apache-2.0"