From cd5dfd2e80764038e962e6ad98034776fef7ab64 Mon Sep 17 00:00:00 2001
From: Vladislav Yarmak <vladislav@vm-0.com>
Date: Fri, 10 Jun 2022 13:21:17 +0300
Subject: [PATCH] bump version

---
 setup.py       | 2 +-
 snapcraft.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 824619b..115aac0 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
     long_description = f.read()  # pylint: disable=invalid-name
 
 setup(name='postfix_mta_sts_resolver',
-      version='1.1.2',
+      version='1.1.3',
       description='Daemon which provides TLS client policy for Postfix '
                   'via socketmap, according to domain MTA-STS policy',
       url='https://github.com/Snawoot/postfix-mta-sts-resolver',
diff --git a/snapcraft.yaml b/snapcraft.yaml
index f7c29ff..012ef98 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
 name: postfix-mta-sts-resolver
-version: '1.1.2'
+version: '1.1.3'
 summary: Policy-server for Postfix which handles MTA-STS resolving
 description: |
   Daemon which provides TLS client policy for Postfix via socketmap, 
-- 
GitLab