Skip to content

Commit

Permalink
Add v0.0.7 version information
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy Baukema committed Feb 11, 2022
1 parent 6bcbab6 commit 909e776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import (
// TODO: implement update check
// TODO: implement help
func main() {
log.Debug("Running version v0.0.7")

flag.Parse()
inputPath := flag.Arg(0)
packageDate := flag.Arg(1)
Expand Down Expand Up @@ -70,6 +72,8 @@ func main() {
panic("Error getting main file")
}
}

log.Debug("Ran version v0.0.7")
}

func getMainFiles(absPathStat os.FileInfo, absPath string) ([]string, error) {
Expand Down

0 comments on commit 909e776

Please sign in to comment.