diff --git a/gitless/cli/gl.py b/gitless/cli/gl.py index 823c789..c3d7818 100644 --- a/gitless/cli/gl.py +++ b/gitless/cli/gl.py @@ -29,7 +29,7 @@ INTERNAL_ERROR = 3 NOT_IN_GL_REPO = 4 -VERSION = '0.8.1' +VERSION = '0.8.2' URL = 'http://gitless.com' diff --git a/setup.py b/setup.py index 2526656..c2592e1 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup -VERSION = '0.8.1' +VERSION = '0.8.2' # Build helper