sharedutils/updateUtils/updateTypes.go
2022-11-02 02:19:46 +03:00

6 lines
65 B
Go

package updateutils
type LastVersion struct {
Version string
}