diff --git a/Gemfile.lock b/Gemfile.lock index 6087e16..4b8317e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - type_struct (1.0.0) + type_struct (1.1.0) GEM remote: https://rubygems.org/ diff --git a/lib/type_struct/version.rb b/lib/type_struct/version.rb index b2ecfe6..740cb6e 100644 --- a/lib/type_struct/version.rb +++ b/lib/type_struct/version.rb @@ -1,3 +1,3 @@ class TypeStruct - VERSION = "1.0.0" + VERSION = "1.1.0" end