diff --git a/package-lock.json b/package-lock.json
index 2542fbfdd..1503431cf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "sonarlint-vscode",
-  "version": "4.15.0",
+  "version": "4.16.0-SNAPSHOT",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "sonarlint-vscode",
-      "version": "4.15.0",
+      "version": "4.16.0-SNAPSHOT",
       "license": "SEE LICENSE IN LICENSE.txt",
       "dependencies": {
         "@vscode/webview-ui-toolkit": "1.0.0",
diff --git a/package.json b/package.json
index 555282b42..3a85e8d5a 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "sonarlint-vscode",
   "displayName": "SonarQube for IDE",
   "description": "Linter to detect & fix coding issues locally in JS/TS, Python, PHP, Java, C, C++, C#, Go, IaC. Use with SonarQube (Server, Cloud) for optimal team performance.",
-  "version": "4.15.0",
+  "version": "4.16.0-SNAPSHOT",
   "icon": "images/sonarqube_for_ide_128px.png",
   "publisher": "SonarSource",
   "homepage": "https://www.sonarsource.com/products/sonarlint/",