diff --git a/docker/version b/docker/version index 75a22a26ac..99e850e822 100755 --- a/docker/version +++ b/docker/version @@ -1 +1 @@ -3.0.3 +3.1b1 diff --git a/mayan/__init__.py b/mayan/__init__.py index a01bd820ce..aea4efd9a2 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '3.0.3' -__build__ = 0x030003 +__version__ = '3.1b1' +__build__ = 0x030100 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'