From 7ec507f8cb6554db3a02336bcb8096239d361a75 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 6 Oct 2018 00:44:32 +0200 Subject: chore: Bump version to 1.1.0 ... in preparation of a new release! --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 6efed05c964f..92ab494c420e 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ with pkgs; rustPlatform.buildRustPackage { inherit doCheck; name = "journaldriver"; - version = "1.0.0"; + version = "1.1.0"; cargoSha256 = "03rq96hzv97wh2gbzi8sz796bqgh6pbpvdn0zy6zgq2f2sgkavsl"; src = ./.; -- cgit 1.4.1