summaryrefslogtreecommitdiff
path: root/vendor/github.com/sabhiram/go-gitignore/version_gen.go
blob: 7504effe03b9c2faa7114b2a1877b23352c3d8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package ignore

// WARNING: Auto generated version file. Do not edit this file by hand.
// WARNING: go get github.com/sabhiram/gover to manage this file.
// Version: 1.1.0
const (
	Major = 1
	Minor = 1
	Patch = 0

	Version = "1.1.0"
)