Skip to content

Commit

Permalink
Bump → 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Apr 17, 2023
1 parent 5132d61 commit 26494bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

FROM python:3.10-slim
MAINTAINER Mariano Ruiz <[email protected]>
RUN pip install --no-cache-dir mongotail==3.1.1b1
RUN pip install --no-cache-dir mongotail==3.1.1
ENTRYPOINT ["mongotail"]
2 changes: 1 addition & 1 deletion mongotail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


__author__ = 'Mariano Ruiz'
__version__ = '3.1.1b1'
__version__ = '3.1.1'
__license__ = 'GPL-3'
__url__ = 'https://github.com/mrsarm/mongotail'
__doc__ = """Mongotail, Log all MongoDB queries in a "tail"able way."""
Expand Down

0 comments on commit 26494bf

Please sign in to comment.