diff --git a/Gemfile.lock b/Gemfile.lock index 2e295a1..849fb1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - enparallel-bin (1.0.11) + enparallel-bin (1.1.0) colorize (~> 0.8.1) docopt (~> 0.6.1) json (~> 2.7) diff --git a/lib/enparallel/version.rb b/lib/enparallel/version.rb index 3caad6d..c8fca8f 100644 --- a/lib/enparallel/version.rb +++ b/lib/enparallel/version.rb @@ -1,3 +1,3 @@ module Enparallel - VERSION = '1.0.11' + VERSION = '1.1.0' end