From ed0f4e58aeeafad87242d2e57aa695f36ae37b49 Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 9 May 2022 15:26:13 +0800 Subject: [PATCH] Bump version to 1.6.0-SNAPSHOT (#567) Recently, we have decided to maintain 1.5.x release for a long time, we created a new branch called "release-1.5". Now, our master/main branch is for preparing for next release "1.6.x". I change the version to 1.6.0-SNAPSHOT to stand for feature development for 1.6.x. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ee1bc99..72bd7dbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-admin", - "version": "1.5.2", + "version": "1.6.0-SNAPSHOT", "author": "halo-dev", "description": "Halo admin client.", "repository": {