# File lib/git-version-bump.rb, line 77 def self.internal_revision(use_local_git=false) version(use_local_git).split('.', 4)[3].to_s end