lib/async/rest/version.rb in async-rest-0.14.0 vs lib/async/rest/version.rb in async-rest-0.15.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2018-2023, by Samuel Williams. +# Copyright, 2018-2024, by Samuel Williams. module Async module REST - VERSION = "0.14.0" + VERSION = "0.15.0" end end