From a3359c2cecbf12c0e86a6d3b5c576ea4c137bc36 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 23 Jun 2024 12:36:11 +0900 Subject: [PATCH] Bump minor version. --- lib/io/endpoint/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/io/endpoint/version.rb b/lib/io/endpoint/version.rb index ba2c432..13a0042 100644 --- a/lib/io/endpoint/version.rb +++ b/lib/io/endpoint/version.rb @@ -5,6 +5,6 @@ class IO module Endpoint - VERSION = "0.10.3" + VERSION = "0.11.0" end end