Skip to content

Commit

Permalink
add note about the version field in Cargo.toml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
timothyb89 committed Jun 12, 2019
1 parent e55fc87 commit ee5dba6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "woodchipper"
version = "0.1.0"
authors = ["Tim Buckley <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -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" }

Expand Down

0 comments on commit ee5dba6

Please sign in to comment.