bump version to 1.0.0-rc6

This commit is contained in:
Konstantin Stepanov 2016-01-04 12:08:45 +03:00
parent baca88af4b
commit 15df47f52d
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "systemd-crontab-generator"
version = "1.0.0-rc5"
version = "1.0.0-rc6"
dependencies = [
"cronparse 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "systemd-crontab-generator"
version = "1.0.0-rc5"
version = "1.0.0-rc6"
description = "Systemd generator for crontab files support"
readme = "README.md"
repository = "https://github.com/systemd-cron/systemd-cron-next"

View File

@ -1,7 +1,7 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
pkgver=1.0.0.rc5
_gitver=1.0.0-rc5
pkgver=1.0.0.rc6
_gitver=1.0.0-rc6
pkgrel=1
pkgdesc="systemd generator to generate timers/services from crontab and anacrontab files"
url="https://github.com/systemd-cron/systemd-cron-next"