# HG changeset patch # User Michael Granger # Date 1581547197 28800 # Wed Feb 12 14:39:57 2020 -0800 # Node ID 7eda97d0b64bf289f01f3575ca2669ef69262951 # Parent 6a833943988bb97580a9131b92d40b75bcb060d4 Bump the patch version, update history diff --git a/History.rdoc b/History.rdoc --- a/History.rdoc +++ b/History.rdoc @@ -2,6 +2,13 @@ --- +== v0.19.1 [2020-02-12] Mahlon E. Smith + +Bugfixes: + +- Include the `strelka` binstub + + == v0.19.0 [2020-02-05] Mahlon E. Smith Bugfixes: diff --git a/lib/strelka.rb b/lib/strelka.rb --- a/lib/strelka.rb +++ b/lib/strelka.rb @@ -22,7 +22,7 @@ extend Loggability # Library version constant - VERSION = '0.19.0' + VERSION = '0.19.1' # Version-control revision constant REVISION = %q$Revision$