Skip to content

Commit

Permalink
Bump → 3.0b2
Browse files Browse the repository at this point in the history
New errors addressed.
  • Loading branch information
mrsarm committed Feb 4, 2022
1 parent 0e76eb3 commit eb91626
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.0b1
RUN pip install --no-cache-dir mongotail==3.0b2
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.0b1'
__version__ = '3.0b2'
__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 eb91626

Please sign in to comment.