Skip to content

Commit 2d93bc6

Browse files
committed
Use 2023 year in client properties
1 parent c6f381e commit 2d93bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/stream/impl/ClientProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ final class ClientProperties {
4444
put("product", "RabbitMQ Stream");
4545
put("version", ClientProperties.VERSION);
4646
put("platform", "Java");
47-
put("copyright", "Copyright (c) 2020-2022 VMware, Inc. or its affiliates.");
47+
put("copyright", "Copyright (c) 2020-2023 VMware, Inc. or its affiliates.");
4848
put("information", "Licensed under the MPL 2.0. See https://www.rabbitmq.com/");
4949
}
5050
});

0 commit comments

Comments
 (0)