lib/rackup/version.rb in rackup-1.0.1 vs lib/rackup/version.rb in rackup-2.0.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2022, by Samuel Williams. +# Copyright, 2022-2023, by Samuel Williams. module Rackup - VERSION = "1.0.1" + VERSION = "2.0.0" end