From f2c5e7ec02123f260f8ac08c9e2dd4a9c734f0e1 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Wed, 22 Feb 2023 19:54:13 -0800 Subject: [PATCH] Bump to 2.9.15-RC.2 Signed-off-by: Derek Collison --- server/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/const.go b/server/const.go index 50b86d62..aa35e30e 100644 --- a/server/const.go +++ b/server/const.go @@ -1,4 +1,4 @@ -// Copyright 2012-2022 The NATS Authors +// Copyright 2012-2023 The NATS Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -41,7 +41,7 @@ var ( const ( // VERSION is the current version for the server. - VERSION = "2.9.15-RC.1" + VERSION = "2.9.15-RC.2" // PROTO is the currently supported protocol. // 0 was the original