diff --git a/pkger.go b/pkger.go index 6b4daa8..573e237 100644 --- a/pkger.go +++ b/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. -func Include(name string) {} +func Include(name string) string { + return name +} diff --git a/version.go b/version.go index 542b541..1bc25ed 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package pkger // Version of pkger -const Version = "v0.12.3" +const Version = "v0.12.4"