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

- old
+ new

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