Browse Source

Update the version number

pull/5/head
Rodolphe Breard 6 years ago
parent
commit
f5adb2f774
  1. 2
      acmed/Cargo.toml
  2. 2
      acmed/src/main.rs

2
acmed/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "acmed"
version = "0.2.0"
version = "0.3.0-dev"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
description = "ACME (RFC 8555) client daemon"

2
acmed/src/main.rs

@ -28,7 +28,7 @@ pub const DEFAULT_LOG_LEVEL: LevelFilter = LevelFilter::Warn;
fn main() {
let matches = App::new("acmed")
.version("0.2.0")
.version("0.3.0-dev")
.arg(
Arg::with_name("config")
.short("c")

Loading…
Cancel
Save