diff --git a/osc/core.py b/osc/core.py index 56e0aa61..c4d35194 100755 --- a/osc/core.py +++ b/osc/core.py @@ -7,7 +7,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or (at your option) any later version. -__version__ = '0.107' +__version__ = '0.108' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration # functionality to check_store_version().