From dbda12561872c06166f672926dcf4328421bf2fb Mon Sep 17 00:00:00 2001 From: mariano-arago Date: Tue, 11 Nov 2025 15:41:11 -0300 Subject: [PATCH] Test CI with the main code --- README.md | 2 ++ splitio/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b1052d1..bfeb7e6f 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,5 @@ For a comprehensive list of open source projects visit our [Github page](https:/ **Learn more about Split:** Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [help.split.io](http://help.split.io) for more detailed information. + +Testing Harness CI diff --git a/splitio/version.go b/splitio/version.go index 57bf3ddd..b0c63a34 100644 --- a/splitio/version.go +++ b/splitio/version.go @@ -2,4 +2,4 @@ package splitio // Version is the version of this Agent -const Version = "5.10.4" +const Version = "5.10.5"