Skip to content

Commit

Permalink
Detecing version 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Wooding committed Sep 7, 2022
1 parent 227e110 commit ef449eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions version/Version.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func init() {
return
}
for _, dep := range bi.Deps {
println(dep.Path + " is " + dep.Version)
if dep.Path == "github.com/richardwooding/powerdown" {
println("Found version: " + dep.Version)
Version = dep.Version
Expand Down

0 comments on commit ef449eb

Please sign in to comment.