Skip to content

Commit

Permalink
update version to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKyOtOx committed Oct 20, 2021
1 parent 0591404 commit 20edc62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7-slim
MAINTAINER Patrowl.io "getsupport@patrowl.io"
LABEL Name="PatrowlHears" Version="1.0.11"
LABEL Name="PatrowlHears" Version="1.0.12"

ENV PYTHONUNBUFFERED 1
RUN mkdir -p /opt/patrowl-hears/
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.11 // Community Edition
1.0.12 // Community Edition
2 changes: 1 addition & 1 deletion backend_app/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.11
1.0.12
2 changes: 1 addition & 1 deletion backend_app/requirements.macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Jinja2==2.11.3
jmespath==0.10.0
kombu==4.6.7
MarkupSafe==1.1.1
mongoengine==0.19.1
mongoengine==0.23.1
more-itertools==8.1.0
multidict==4.7.5
oauthlib==3.1.0
Expand Down
2 changes: 1 addition & 1 deletion backend_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Jinja2==2.11.3
jmespath==0.10.0
kombu==4.6.7
MarkupSafe==1.1.1
mongoengine==0.19.1
mongoengine==0.23.1
more-itertools==8.1.0
multidict==4.7.5
oauthlib==3.1.0
Expand Down

0 comments on commit 20edc62

Please sign in to comment.