lib/sequel/xtdb/version.rb in sequel-xtdb-0.2.1 vs lib/sequel/xtdb/version.rb in sequel-xtdb-0.3.0
- 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.2.1"
+ VERSION = "0.3.0"
end
end