diff --git a/glances/__init__.py b/glances/__init__.py index 18b9743a..7c99560c 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -20,7 +20,7 @@ """Init the Glances software.""" __appname__ = 'glances' -__version__ = '2.1.1' +__version__ = '2.1.2_BETA' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL'