package git

import "github.com/aymanbagabas/git-module"

// Tag is a git tag.
type Tag = git.Tag
