lib/sequel/xtdb/version.rb in sequel-xtdb-0.1.0 vs lib/sequel/xtdb/version.rb in sequel-xtdb-0.2.1

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true module Sequel module XTDB - VERSION = "0.1.0" + # NOTE when releasing the git-tag will replace the version below + VERSION = "0.2.1" end end