This is an automated email from the ASF dual-hosted git repository.
hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new a809b6e1a Update Makefile SNAPSHOT VERSION (#4996)
a809b6e1a is described below
commit a809b6e1a471a9cf6eec4031b72f0a5925840fd1
Author: DamonXue <[email protected]>
AuthorDate: Mon Aug 14 17:19:36 2023 +0800
Update Makefile SNAPSHOT VERSION (#4996)
Co-authored-by: xiaoyu <[email protected]>
Co-authored-by: moremind <[email protected]>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c4d201258..2d8d13780 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
# limitations under the License.
SHENYU_HOME := "."
-VERSION ?= "2.6.0-SNAPSHOT"
+VERSION ?= "2.6.1-SNAPSHOT"
REGISTRY ?= "docker.io"
REPOSITORY_PREF ?= "apache/shenyu"