@ -0,0 +1,9 @@
package whatsapp
type clientVersion struct {
Major int
Minor int
Patch int
}
var version clientVersion