lib/localhost/version.rb in localhost-1.2.0 vs lib/localhost/version.rb in localhost-1.3.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
# Released under the MIT License.
-# Copyright, 2018-2023, by Samuel Williams.
+# Copyright, 2018-2024, by Samuel Williams.
module Localhost
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end