Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Jan 13, 2025
1 parent 790ce20 commit 0c35caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/git-prep-directory/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func init() {
func main() {
app := cli.NewApp()
app.Name = "git-prep-directory"
app.Version = "0.5.0"
app.Version = "0.6.0"
app.Usage = "Build tools friendly way of repeatedly cloning a git\n" +
" repository using a submodule cache and setting file timestamps to commit times."

Expand Down

0 comments on commit 0c35caa

Please sign in to comment.