From 1b1bac17e088af74a51296f7371954db9b2172ba Mon Sep 17 00:00:00 2001 From: MaKyOtOx Date: Wed, 12 Jan 2022 10:43:37 +0100 Subject: [PATCH] version 1.1.0 --- Dockerfile | 2 +- VERSION | 2 +- backend_app/VERSION | 2 +- frontend/VERSION.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc322b5d..ee89abb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-slim MAINTAINER Patrowl.io "getsupport@patrowl.io" -LABEL Name="PatrowlHears" Version="1.0.15" +LABEL Name="PatrowlHears" Version="1.1.0" ENV PYTHONUNBUFFERED 1 RUN mkdir -p /opt/patrowl-hears/ diff --git a/VERSION b/VERSION index 07a0d281..5f0d3b38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.15 // Community Edition +1.1.0 // Community Edition diff --git a/backend_app/VERSION b/backend_app/VERSION index a9707166..9084fa2f 100644 --- a/backend_app/VERSION +++ b/backend_app/VERSION @@ -1 +1 @@ -1.0.15 +1.1.0 diff --git a/frontend/VERSION.json b/frontend/VERSION.json index a0f785a6..cacaeef5 100644 --- a/frontend/VERSION.json +++ b/frontend/VERSION.json @@ -1,5 +1,5 @@ { - "version": "1.0.15", + "version": "1.1.0", "edition": "Community", "build": "" }