Skip to content

Commit 3a1d6bb

Browse files
authored
Merge pull request #23 from tgodzik/update-4.0.1
chore: Update versions to 4.0.1 in preparation for next release
2 parents 2e63f58 + 4891475 commit 3a1d6bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commons/src/main/kotlin/org/jetbrains/bazel/commons/constants/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package org.jetbrains.bazel.commons.constants
22

33
object Constants {
44
const val NAME: String = "bazelbsp"
5-
const val VERSION: String = "3.2.0"
5+
const val VERSION: String = "4.0.1"
66
const val BSP_VERSION: String = "2.1.0"
77
const val SCALA: String = "scala"
88
const val JAVA: String = "java"

versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Developer versions of plugins."""
22

3-
BAZEL_BSP_ARTIFACT_VERSION = "4.0.0"
3+
BAZEL_BSP_ARTIFACT_VERSION = "4.0.1"
44

55
INTELLIJ_BSP_VERSION = "9999.9.9"
66
INTELLIJ_BAZEL_VERSION = "9999.9.9"

0 commit comments

Comments
 (0)