Method: Sequel.version

Defined in:
lib/sequel/version.rb

.versionObject

The version of Sequel you are using, as a string (e.g. “2.11.0”)



22
23
24
# File 'lib/sequel/version.rb', line 22

def self.version
  VERSION
end