diff options
Diffstat (limited to 'brutalmaze/game.py')
-rw-r--r-- | brutalmaze/game.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brutalmaze/game.py b/brutalmaze/game.py index 083125c..189c6bc 100644 --- a/brutalmaze/game.py +++ b/brutalmaze/game.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Brutal Maze. If not, see <https://www.gnu.org/licenses/>. -__version__ = '0.8.20' +__version__ = '0.8.21' import re from argparse import ArgumentParser, FileType, RawTextHelpFormatter |