Class Backup::Version
In: lib/backup/version.rb
Parent: Object

Methods

current   major   minor   patch  

Constants

PATCH = 3, 0, 23

Public Class methods

Returns the current version of the Backup gem ( qualified for the gemspec )

Returns the major version ( big release based off of multiple minor releases )

Returns the minor version ( small release based off of multiple patches )

Returns the patch version ( updates, features and (crucial) bug fixes )

[Validate]