From ee5dba65b9e085058a326bb5818ea78e68d837e6 Mon Sep 17 00:00:00 2001 From: Tim Buckley Date: Wed, 12 Jun 2019 16:43:26 -0600 Subject: [PATCH] add note about the version field in Cargo.toml [skip ci] --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d58d0e..a5dfe12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "woodchipper" -version = "0.1.0" authors = ["Tim Buckley "] edition = "2018" license = "MIT" @@ -11,6 +10,9 @@ description = "An interactive command-line log processor" exclude = [".circleci/**/*"] readme = "README.md" +# NOTE: do not change the version here, it will be patched by the deployment job +version = "0.1.0" + [badges] circle-ci = { repository = "HewlettPackard/woodchipper", branch = "master" }