File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
// Revision
31
31
//
32
32
// See AssemblyFileVersion.cs for Product and Assembly Version
33
- //[assembly: AssemblyVersion("1.9.6 .0")]
34
- [ assembly: AssemblyFileVersion ( "1.9.7 .0" ) ]
35
- [ assembly: AssemblyVersion ( "1.9.7 .0" ) ]
33
+ //[assembly: AssemblyVersion("1.9.7 .0")]
34
+ [ assembly: AssemblyFileVersion ( "1.9.8 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.9.8 .0" ) ]
36
36
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public static class Constants {
26
26
public const int HttpConnectionDefaultTimeout = 30000 ;
27
27
public const int HttpReadWriteDefaultTimeout = 30000 ;
28
28
29
- public const string SDKVersion = "1.9.7 " ;
29
+ public const string SDKVersion = "1.9.8 " ;
30
30
31
31
}
32
32
#pragma warning restore 1591
You can’t perform that action at this time.
0 commit comments