lib/async/io/version.rb in async-io-1.42.0 vs lib/async/io/version.rb in async-io-1.42.1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2017-2023, by Samuel Williams. +# Copyright, 2017-2024, by Samuel Williams. module Async module IO - VERSION = "1.42.0" + VERSION = "1.42.1" end end