bump version - as old exports wont be compatible

This commit is contained in:
James Lopez 2016-06-29 10:49:31 +02:00
parent 3d2a736679
commit 5cd3d7c40a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module Gitlab
module ImportExport
extend self
VERSION = '0.1.0'
VERSION = '0.1.1'
def export_path(relative_path:)
File.join(storage_path, relative_path)