Skip to content

Commit 2f12daf

Browse files
authored
chore(ruby): Prepare for v3.2.6 release (#55)
1 parent 0bfb7a2 commit 2f12daf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ruby-sdk/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-sdk/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
eppo-server-sdk (3.2.5)
4+
eppo-server-sdk (3.2.6)
55
rb_sys (~> 0.9.102)
66

77
GEM

ruby-sdk/ext/eppo_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "eppo_client"
33
# TODO: this version and lib/eppo_client/version.rb should be in sync
4-
version = "3.2.5"
4+
version = "3.2.6"
55
edition = "2021"
66
license = "MIT"
77
publish = false

ruby-sdk/lib/eppo_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# TODO: this version and ext/eppo_client/Cargo.toml should be in sync
44
module EppoClient
5-
VERSION = "3.2.5"
5+
VERSION = "3.2.6"
66
end

0 commit comments

Comments
 (0)