Browse Source

add capabilites to set whatsapp client version from environment variable

pull/4/head
Dimas Restu H 4 years ago
parent
commit
298611f2e7
  1. 9
      pkg/whatsapp/version.go

9
pkg/whatsapp/version.go

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