forked from mirror/pkger
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.
|
||||
func Include(name string) {}
|
||||
func Include(name string) string {
|
||||
return name
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package pkger
|
||||
|
||||
// Version of pkger
|
||||
const Version = "v0.12.3"
|
||||
const Version = "v0.12.4"
|
||||
|
|
Loading…
Reference in New Issue