lib/async/version.rb in async-2.6.2 vs lib/async/version.rb in async-2.6.3

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2017-2022, by Samuel Williams. +# Copyright, 2017-2023, by Samuel Williams. module Async - VERSION = "2.6.2" + VERSION = "2.6.3" end