lib/braid/version.rb in braid-1.1.8 vs lib/braid/version.rb in braid-1.1.9

- old
+ new

@@ -1,6 +1,6 @@ # Ditto the comment in `check_gem.rb` regarding the `typed` sigil. # typed: false module Braid - VERSION = '1.1.8'.freeze + VERSION = '1.1.9'.freeze end