lib/ruby_pg_extras/version.rb in ruby-pg-extras-5.2.4 vs lib/ruby_pg_extras/version.rb in ruby-pg-extras-5.2.5

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module RubyPgExtras - VERSION = "5.2.4" + VERSION = "5.2.5" end