class Gitlab::QA::Support::GitlabVersionInfo

def current_patch

Returns:
  • (Integer) -
def current_patch
  @current_patch ||= current_version.match(COMPONENT_PATTERN)[:patch].to_i
end