lib/async/version.rb in async-2.7.0 vs lib/async/version.rb in async-2.8.0

- old
+ new

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