diff --git a/mayan/__init__.py b/mayan/__init__.py index 0a9e205c16..56896289a3 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '3.1.8' __build__ = 0x030108 -__build_string__ = 'v3.1.7-27-gdcb55f4af_Wed Oct 31 19:05:47 2018 -0400' +__build_string__ = 'v3.1.8_Wed Oct 31 19:09:05 2018 -0400' __django_version__ = '1.11' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com'