sharedutils/updateUtils/updateTypes.go

8 lines
105 B
Go
Raw Normal View History

2022-11-01 23:19:46 +00:00
package updateutils
2022-11-02 09:53:22 +00:00
type LastVersion struct { //Rename to Version
2022-11-02 19:57:15 +00:00
Epic int
Sprint int
Build int
2022-11-01 23:19:46 +00:00
}