lib/io/endpoint/version.rb
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2023, by Samuel Williams. class IO module Endpoint VERSION = "0.8.0" end end
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2023, by Samuel Williams. class IO module Endpoint VERSION = "0.8.0" end end