diff --git a/src/Superstream/Core/SuperstreamManager.cs b/src/Superstream/Core/SuperstreamManager.cs index 65032cf..910cc40 100644 --- a/src/Superstream/Core/SuperstreamManager.cs +++ b/src/Superstream/Core/SuperstreamManager.cs @@ -13,7 +13,7 @@ internal class SuperstreamManager public static void InitializeNatsConnection( string token, ClientType clientType, - string host = "broker.superstream.dev" + string host = "" ) { var options = ConnectionFactory.GetDefaultOptions(); diff --git a/src/Superstream/Superstream.csproj b/src/Superstream/Superstream.csproj index 0fe7da4..be6c294 100644 --- a/src/Superstream/Superstream.csproj +++ b/src/Superstream/Superstream.csproj @@ -7,14 +7,14 @@ 12 Superstream - 1.0.1 + 1.0.2 Memphis.dev team Memphis.dev Superstream README.md LICENSE false - 1.0.1 + 1.0.2 diff --git a/src/Superstream/SuperstreamOption.cs b/src/Superstream/SuperstreamOption.cs index f05ce89..9df768e 100644 --- a/src/Superstream/SuperstreamOption.cs +++ b/src/Superstream/SuperstreamOption.cs @@ -24,5 +24,5 @@ public int LearningFactor public string ConsumerGroup { get; set; } = null!; public string Servers { get; set; } = null!; - public static SuperstreamOption Default => new() { Host = "broker.superstream.dev" }; + public static SuperstreamOption Default => new() { Host = "" }; } diff --git a/src/Superstream/Utils/Constants.cs b/src/Superstream/Utils/Constants.cs index 9ede1d5..90e5e4a 100644 --- a/src/Superstream/Utils/Constants.cs +++ b/src/Superstream/Utils/Constants.cs @@ -16,6 +16,6 @@ internal static class Subjects internal static class SdkInfo { - public const string SdkVersion = "1.0.1"; + public const string SdkVersion = "1.0.2"; public const string SdkLanguage = "C#"; } diff --git a/version-beta.conf b/version-beta.conf index e977429..69d7d66 100644 --- a/version-beta.conf +++ b/version-beta.conf @@ -1 +1 @@ -1.0.2-beta.1 \ No newline at end of file +1.0.3-beta.1 \ No newline at end of file diff --git a/version.conf b/version.conf index 7f20734..e6d5cb8 100644 --- a/version.conf +++ b/version.conf @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file