fix(versions): cli + api use a single base version

That way we get rid of the duplication at least.
Probably it would be enough to just refer to version 1 of the
library respectively, and let semver do the rest.
This commit is contained in:
Sebastian Thiel
2016-12-24 15:23:09 +01:00
parent cc30a2e20b
commit 5e28a06dc0
4 changed files with 2 additions and 11 deletions

View File

@@ -23,7 +23,6 @@ make:
- source: main.rs
output_dir: src
cargo:
build_version: "1.0.0"
keywords: [cli]
is_executable: YES
doc_base_url: http://byron.github.io/google-apis-rs