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