From 865f7bcadb97d13c733154b44b851471a7d00691 Mon Sep 17 00:00:00 2001 From: fmrsabino <3332770+fmrsabino@users.noreply.github.com> Date: Mon, 21 Feb 2022 13:08:00 +0000 Subject: [PATCH] Bump service version from 3.17.0 to 3.17.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8ab4453b..16086677a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1817,7 +1817,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "safe-client-gateway" -version = "3.17.0" +version = "3.17.1" dependencies = [ "bigdecimal", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9b9c958b9..83a048107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safe-client-gateway" -version = "3.17.0" +version = "3.17.1" authors = ["jpalvarezl ", "rmeissner ", "fmrsabino "] edition = "2018"