Bump the patch version, update history
2 files changed, 8 insertions(+), 1 deletions(-)

M History.rdoc
M lib/strelka.rb
M History.rdoc +7 -0
@@ 2,6 2,13 @@ 
 
 ---
 
+== v0.19.1 [2020-02-12] Mahlon E. Smith <mahlon@martini.nu>
+
+Bugfixes:
+
+- Include the `strelka` binstub
+
+
 == v0.19.0 [2020-02-05] Mahlon E. Smith <mahlon@martini.nu>
 
 Bugfixes:

          
M lib/strelka.rb +1 -1
@@ 22,7 22,7 @@ module Strelka
 	extend Loggability
 
 	# Library version constant
-	VERSION = '0.19.0'
+	VERSION = '0.19.1'
 
 	# Version-control revision constant
 	REVISION = %q$Revision$