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

- old
+ new

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