# -*- coding: utf-8 -*-
Encoding.default_external = "utf-8"
jake_helper :version do
  return (`git rev-list HEAD | head -1 | cut -c-20`).strip
end
