about summary refs log tree commit diff homepage
path: root/brutalmaze/game.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-24 12:45:25 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-24 13:20:31 +0700
commit622df8c361b2da20693962fb4f119edffa69228f (patch)
tree42272342de983e1c435881aeae8b07c586a7e5e2 /brutalmaze/game.py
parent4f18daa2342fb4a0d97b1e241d19674d3ab9df60 (diff)
downloadbrutalmaze-622df8c361b2da20693962fb4f119edffa69228f.tar.gz
Fix zombie enemies and heart rate 0.8.26
Diffstat (limited to 'brutalmaze/game.py')
-rw-r--r--brutalmaze/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/brutalmaze/game.py b/brutalmaze/game.py
index cd34199..181346f 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.25'
+__version__ = '0.8.26'
 
 import re
 from argparse import ArgumentParser, FileType, RawTextHelpFormatter