Skip to content

Commit

Permalink
chore: bump yggdrasil version
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Sep 26, 2024
1 parent bcc8bbe commit 84d9a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/unleash/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Unleash
VERSION = "6.0.3.pre".freeze
VERSION = "6.0.4.pre".freeze
end
2 changes: 1 addition & 1 deletion unleash-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.6"

spec.add_dependency "murmurhash3", "~> 0.1.7"
spec.add_dependency "yggdrasil-engine", "~> 0.0.6.beta.4"
spec.add_dependency "yggdrasil-engine", "~> 0.0.6.beta.5"

spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 12.3"
Expand Down

0 comments on commit 84d9a5b

Please sign in to comment.