In SwiftyDropbox, is there a way to display the current version of the Dropbox SDK (currently 4.3.0), similar to the Java API's:
DbxSdkVersion.Version
In Objective-C I believe you can use:
kV2SDKVersion
I am hoping there is something similar for the Swift version; I tried looking but couldn't find anything
Thanks,