Package net.devslash
Object Version
-
- All Implemented Interfaces:
public class Version
Version contains the current version defined in the build.gradle root file.
This should be used to identify the User-Agent unless explicitly overwritten as it allows for any clients to be able to easily block the DSL in the event that it is being misused against an endpoint
-
-
Method Summary
Modifier and Type Method Description final String
getVersion()
-
-
Method Detail
-
getVersion
final String getVersion()
-
-
-
-