We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f381e commit 2d93bc6Copy full SHA for 2d93bc6
src/main/java/com/rabbitmq/stream/impl/ClientProperties.java
@@ -44,7 +44,7 @@ final class ClientProperties {
44
put("product", "RabbitMQ Stream");
45
put("version", ClientProperties.VERSION);
46
put("platform", "Java");
47
- put("copyright", "Copyright (c) 2020-2022 VMware, Inc. or its affiliates.");
+ put("copyright", "Copyright (c) 2020-2023 VMware, Inc. or its affiliates.");
48
put("information", "Licensed under the MPL 2.0. See https://www.rabbitmq.com/");
49
}
50
});
0 commit comments