about summary refs log tree commit diff homepage
path: root/brutalmaze/game.py
diff options
context:
space:
mode:
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 65fcffb..cd34199 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.24'
+__version__ = '0.8.25'
 
 import re
 from argparse import ArgumentParser, FileType, RawTextHelpFormatter