diff --git a/vcsmap.rb b/vcsmap.rb index c978c23..8abf681 100644 --- a/vcsmap.rb +++ b/vcsmap.rb @@ -17,7 +17,7 @@ require_all 'lib/providers' module Vcsmap - VERSION = '1.0.2'.freeze + VERSION = '1.0.3'.freeze cli = Vcsmap::CLI.new(ARGV) cli.run