lib/ruby_pg_extras/version.rb in ruby-pg-extras-4.12.2 vs lib/ruby_pg_extras/version.rb in ruby-pg-extras-4.13.0

- old
+ new

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