module BulletTrain::Api

def self.current_version_numeric

def self.current_version_numeric
  current_version.split("v").last.to_i
end