Skip to content

Commit 61871ca

Browse files
committed
Change version. Since this is a fix, increment rev rather than minor version.
1 parent 796f1be commit 61871ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ChangeFeedProcessor/DocumentDB.ChangeFeedProcessor/ChangeFeedEventHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace DocumentDB.ChangeFeedProcessor
8181
/// </example>
8282
public class ChangeFeedEventHost : IPartitionObserver<DocumentServiceLease>
8383
{
84-
const string DefaultUserAgentSuffix = "changefeed-0.4";
84+
const string DefaultUserAgentSuffix = "changefeed-0.3.1";
8585
const string LeaseContainerName = "docdb-changefeed";
8686
const string LSNPropertyName = "_lsn";
8787

0 commit comments

Comments
 (0)