From 58bba4aef33c5083994b63e259445cec295da81f Mon Sep 17 00:00:00 2001 From: sinkingpoint Date: Mon, 25 Oct 2021 12:40:29 +1100 Subject: [PATCH] Version Bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60f1e76..7c420f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "gravel-gateway" -version = "1.0.0" +version = "1.1.0" dependencies = [ "bcrypt", "clap", diff --git a/Cargo.toml b/Cargo.toml index 187d941..3d42b2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravel-gateway" -version = "1.0.0" +version = "1.1.0" edition = "2018" license = "LGPL-3.0" description = "A Prometheus Push Gateway for FAAS applications"