set version to 0.9.0 to preserve lineage

This commit is contained in:
Konstantin Stepanov
2015-07-06 01:38:59 +03:00
parent 00dd9b8213
commit ee82c70408
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "systemd-crontab-generator"
version = "0.1.0"
version = "0.9.0"
dependencies = [
"cronparse 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kernlog 0.1.2",

View File

@ -1,6 +1,6 @@
[package]
name = "systemd-crontab-generator"
version = "0.1.0"
version = "0.9.0"
description = "Systemd generator for crontab files support"
readme = "README.md"
repository = "https://github.com/rust/systemd-crontab-generator"