Skip to content

Commit

Permalink
2.6 -> 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kantagara committed Dec 9, 2024
1 parent 24441b3 commit 9a0aa37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public async void CaptureEvent(AnalyticsEvent eventData)
await Countly.Instance.Events.RecordEventAsync(eventData.EventName);
}

public string AnalyticsVersion => "2.6";
public string AnalyticsVersion => "3.1";
public IChainConfig ChainConfig => _chainManager.Current;
public IProjectConfig ProjectConfig { get; }

Expand Down

0 comments on commit 9a0aa37

Please sign in to comment.