add update type

This commit is contained in:
cyber-dream 2022-11-02 02:19:46 +03:00
parent dd87bfb173
commit d498c453af

View File

@ -0,0 +1,5 @@
package updateutils
type LastVersion struct {
Version string
}