diff --git a/Gemfile.lock b/Gemfile.lock index e1ccf10b..bc233350 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - typeprof (0.32.0) + typeprof (0.33.0) prism (>= 1.4.0) rbs (>= 3.6.0) diff --git a/lib/typeprof/version.rb b/lib/typeprof/version.rb index 895869ec..279bbf8a 100644 --- a/lib/typeprof/version.rb +++ b/lib/typeprof/version.rb @@ -1,3 +1,3 @@ module TypeProf - VERSION = "0.32.0" + VERSION = "0.33.0" end