version bump: v0.12.4

This commit is contained in:
Mark Bates 2019-11-17 10:10:11 -08:00
parent 9ca6c03d94
commit 338906395e
2 changed files with 4 additions and 2 deletions

View File

@ -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.
func Include(name string) {}
func Include(name string) string {
return name
}

View File

@ -1,4 +1,4 @@
package pkger
// Version of pkger
const Version = "v0.12.3"
const Version = "v0.12.4"