Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Make the SDK version programmatically accessible #123

Open
dillitz opened this issue Jul 19, 2023 · 1 comment
Open

[FEATURE] Make the SDK version programmatically accessible #123

dillitz opened this issue Jul 19, 2023 · 1 comment

Comments

@dillitz
Copy link

dillitz commented Jul 19, 2023

Problem Statement
There currently is no way to access the SDK version programmatically.
If you want to check what version is used at runtime you have to pull the version out of the UserAgent string.

Proposed Solution
Introduce a way to access the SDK version.

Copy link
Contributor

nfx commented Jul 19, 2023

@Tanmay, can pull request the change? Please introduce the Version class with the single public constant field and refactor the UserAgent class. You also have to modify the .codegen.json to re-point version bump to a new file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants