# load up all the required files we need... require 'login_engine' module ::LoginEngine::Version Major = 1 # change implies compatibility breaking with previous versions Minor = 0 # change implies backwards-compatible change to API Release = 4 # incremented with bug-fixes, updates, etc. end Engines.current.version = LoginEngine::Version