lib/falcon/version.rb in falcon-0.43.0 vs lib/falcon/version.rb in falcon-0.44.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 Falcon
- VERSION = "0.43.0"
+ VERSION = "0.44.0"
end