From 607663efa37c92d6e5b2a0cd16297ec6921a64ee Mon Sep 17 00:00:00 2001 From: navyjia Date: Wed, 24 May 2023 18:07:34 +0800 Subject: [PATCH] remove dora branch in bug_report.md and revert dora-example version to 0.0.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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"