We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa2604 commit e185507Copy full SHA for e185507
internal/mod/mod.go
@@ -66,7 +66,7 @@ func (m *Module) HasUpdate() bool {
66
return mod.Update != nil
67
}
68
69
-// New Version returns the version of the update taking into consideration the any Replace settings
+// NewVersion returns the version of the update taking into consideration the any Replace settings
70
func (m *Module) NewVersion() string {
71
var mod Module
72
if m.Replace != nil {
0 commit comments