Skip to content

Commit d769079

Browse files
committed
Version bump
1 parent 6354e9f commit d769079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}
22

33
lazy val scala213 = "2.13.10"
44
lazy val scalaPluginVersion = "2023.3.17"
5-
lazy val pluginVersion = "2023.3.30" + sys.env.get("ZIO_INTELLIJ_BUILD_NUMBER").fold(".0")(v => s".$v")
5+
lazy val pluginVersion = "2023.3.30" + sys.env.get("ZIO_INTELLIJ_BUILD_NUMBER").fold(".1")(v => s".$v")
66

77
ThisBuild / intellijPluginName := "zio-intellij"
88
ThisBuild / intellijBuild := "233"

0 commit comments

Comments
 (0)