Skip to content

Commit bd84bd3

Browse files
committed
prep for v0.8.2
1 parent a26488a commit bd84bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitless/cli/gl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
INTERNAL_ERROR = 3
3030
NOT_IN_GL_REPO = 4
3131

32-
VERSION = '0.8.1'
32+
VERSION = '0.8.2'
3333
URL = 'http://gitless.com'
3434

3535

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99

10-
VERSION = '0.8.1'
10+
VERSION = '0.8.2'
1111

1212

1313
# Build helper

0 commit comments

Comments
 (0)