// DO NOT EDIT, AUTOMATICALLY GENERATED BY updateCode.sh
namespace JustTrack
{
///
/// Contains build configuration information for the justtrack SDK.
///
#pragma warning disable SA1401 // Fields should be private
internal class BuildConfig
{
///
/// Gets the version number of the justtrack SDK.
///
internal static string SdkVersion = "7.1.3";
}
#pragma warning restore SA1401
}