mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-07 13:31:45 -07:00
Added implementation for Node.version()
Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
parent
f5bb57d5aa
commit
3ccaef88b7
4 changed files with 94 additions and 7 deletions
|
@ -28,8 +28,10 @@
|
|||
package com.zerotierone.sdk;
|
||||
|
||||
public class Version {
|
||||
public int major;
|
||||
public int minor;
|
||||
public int revision;
|
||||
public long featureFlags;
|
||||
public Version() {}
|
||||
|
||||
public int major = 0;
|
||||
public int minor = 0;
|
||||
public int revision = 0;
|
||||
public long featureFlags = 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue