Skip to content

Commit b41baf1

Browse files
github-actions[bot]flagsmith-engineering[bot]pre-commit-ci[bot]
authored
chore: Track flagsmith-dotnet-sdk 9.0.0 (#6379)
Co-authored-by: flagsmith-engineering[bot] <flagsmith-engineering[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e88ea83 commit b41baf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/app_analytics/constants.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
# because, when we prepare the data for Influx, we need to map to numeric IDs.
2020
# This allows us to efficiently store usage and evaluation data.
2121
SDK_USER_AGENT_KNOWN_VERSIONS: dict[KnownSDK, list[str]] = {
22-
"flagsmith-dotnet-sdk": ["unknown"],
22+
"flagsmith-dotnet-sdk": [
23+
"unknown",
24+
"9.0.0",
25+
],
2326
"flagsmith-elixir-sdk": [
2427
"unknown",
2528
"2.3.0",

0 commit comments

Comments
 (0)