Skip to content

Commit

Permalink
Bump extension version to 2023.34.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Aug 20, 2023
1 parent 512089d commit 6392f3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ruff",
"displayName": "Ruff",
"description": "A Visual Studio Code extension with support for the Ruff linter.",
"version": "2023.33.0-dev",
"version": "2023.34.0",
"serverInfo": {
"name": "Ruff",
"module": "ruff"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "ruff-vscode"
version = "2023.33.0-dev"
version = "2023.34.0"
description = "A Visual Studio Code extension with support for the Ruff linter."
authors = [
{ name = "Charlie Marsh", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump_extension_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Bump the extension version.
#
# Usage:
# ./scripts/bump_extension_version.sh 2023.30.0 2023.32.0
# ./scripts/bump_extension_version.sh 2023.33.0-dev 2023.34.0
###

set -euxo pipefail
Expand Down

0 comments on commit 6392f3a

Please sign in to comment.