Skip to content

Commit

Permalink
fix: version application interface check (#2995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jujube authored May 5, 2024
1 parent 91d9655 commit e373a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var (
errDifferentMajor = errors.New("different major version")

_ fmt.Stringer = (*Semantic)(nil)
_ fmt.Stringer = (*Application)(nil)
)

type Application struct {
Expand Down

0 comments on commit e373a57

Please sign in to comment.