about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1c08d8bba9a0..7e0b8540411e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -337,7 +337,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "journaldriver"
-version = "0.1.0"
+version = "1.0.0"
 dependencies = [
  "chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 85b80bd4bc88..18b77345f86d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "journaldriver"
-version = "0.1.0"
+version = "1.0.0"
 authors = ["Vincent Ambo <vincent@aprila.no>"]
 license = "GPL-3.0-or-later"
 
diff --git a/default.nix b/default.nix
index cdb05061110f..d4622eb07f8f 100644
--- a/default.nix
+++ b/default.nix
@@ -10,7 +10,7 @@ with pkgs; rustPlatform.buildRustPackage {
   inherit doCheck;
 
   name        = "journaldriver";
-  version     = "0.1.0";
+  version     = "1.0-rc1";
   cargoSha256 = "04llhriwsrjqnkbjgd22nhci6zmhadclnd8r2bw5092gwdamf49k";
 
   src = ./.;