diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c91b80d..9d97579 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = true commit_args = -S -current_version = 1.23.0 +current_version = 1.24.0 sign_tags = true tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c2320..f8f85fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## next +## 1.24.0 + - Bump mesonlsp to v4.2.2 - Add experimental mesonlsp support for Linux on AArch64. diff --git a/package.json b/package.json index fa9a2f3..8c0ba82 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Meson", "description": "Meson language support for Visual Studio Code", "icon": "graphics/icon.png", - "version": "1.23.0", + "version": "1.24.0", "license": "Apache-2.0", "publisher": "mesonbuild", "author": {