mirror of https://github.com/markbates/pkger.git
version bump: v0.12.4
This commit is contained in:
parent
9ca6c03d94
commit
338906395e
4
pkger.go
4
pkger.go
|
@ -97,4 +97,6 @@ func RemoveAll(name string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Include is a no-op that directs the pkger tool to include the desired file or folder.
|
// Include is a no-op that directs the pkger tool to include the desired file or folder.
|
||||||
func Include(name string) {}
|
func Include(name string) string {
|
||||||
|
return name
|
||||||
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package pkger
|
package pkger
|
||||||
|
|
||||||
// Version of pkger
|
// Version of pkger
|
||||||
const Version = "v0.12.3"
|
const Version = "v0.12.4"
|
||||||
|
|
Loading…
Reference in New Issue