Releasing 3.31.8

This commit is contained in:
James Barnsley
2019-01-06 14:14:44 +13:00
parent 1361bb74a3
commit a7c8dc9ec8
4 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)
__version__ = '3.31.7'
__version__ = '3.31.8'
##
# Core extension class

View File

@ -98,8 +98,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1546737100";
var version = "3.31.7";
var build = "1546737225";
var version = "3.31.8";
// Construct the script tag
var js = document.createElement("script");