diff --git a/Gemfile.lock b/Gemfile.lock index 5cc68ab..e080957 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - voyageai (1.0.0) + voyageai (1.0.1) http zeitwerk diff --git a/lib/voyageai/version.rb b/lib/voyageai/version.rb index 032713c..6418524 100644 --- a/lib/voyageai/version.rb +++ b/lib/voyageai/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module VoyageAI - VERSION = "1.0.0" + VERSION = "1.0.1" end