diff options
author | Chris Schlaeger <chris@linux.com> | 2019-06-08 10:53:02 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2019-06-08 10:53:02 +0200 |
commit | b52493afe8d9136c9dbbca1e3eab6de392420c8a (patch) | |
tree | 52ad3c27d42df2aba6e503d4860fd9e5a75da32e /lib | |
parent | c95fc45408942ef97005444790cc080fbe7e8ae9 (diff) | |
download | postrunner-b52493afe8d9136c9dbbca1e3eab6de392420c8a.zip |
Bumping version to 0.11.0 and updating dependency versionsv0.11.0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/postrunner/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/version.rb b/lib/postrunner/version.rb index 514416c..1d34972 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.10.1' + VERSION = '0.11.0' end |