diff --git a/lib/unstructured/version.rb b/lib/unstructured/version.rb index 97aa3e2..0ea2fcd 100644 --- a/lib/unstructured/version.rb +++ b/lib/unstructured/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Unstructured - VERSION = "0.1.0" + VERSION = "0.1.1" end