Skip to content

Commit

Permalink
Bump 3.1b2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Mar 29, 2022
1 parent 9b0b1ec commit 694049c
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 <mrsarm@gmail.com>
RUN pip install --no-cache-dir mongotail==3.1b1
RUN pip install --no-cache-dir mongotail==3.1b2
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.1b1'
__version__ = '3.1b2'
__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 694049c

Please sign in to comment.