lib/resumetools/version.rb in resumetools-0.2.7.0 vs lib/resumetools/version.rb in resumetools-0.2.7.6
- old
+ new
@@ -23,14 +23,8 @@
# OTHER DEALINGS IN THE SOFTWARE.
#++
unless defined? ResumeTools::VERSION
module ResumeTools
- module VERSION
- MAJOR = 0
- MINOR = 2
- TINY = 7
- BITSY = 0
- STRING = [MAJOR, MINOR, TINY, BITSY].join('.')
- end
+ VERSION = "0.2.7.6"
end
end