lib/async/container/version.rb in async-container-0.16.13 vs lib/async/container/version.rb in async-container-0.17.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2017-2022, by Samuel Williams. +# Copyright, 2017-2024, by Samuel Williams. module Async module Container - VERSION = "0.16.13" + VERSION = "0.17.0" end end