lib/sequel/xtdb/version.rb in sequel-xtdb-0.3.0 vs lib/sequel/xtdb/version.rb in sequel-xtdb-0.3.2
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module Sequel
module XTDB
# NOTE when releasing the git-tag will replace the version below
- VERSION = "0.3.0"
+ VERSION = "0.3.2"
end
end