Skip to content

Commit

Permalink
Set version to 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Oct 25, 2024
1 parent 1fe4969 commit a701804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/scb-cli.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class FailedProjectException(msg: String)
with NoStackTrace

val communityBuildVersion =
sys.props.getOrElse("communitybuild.version", "v0.3.17")
sys.props.getOrElse("communitybuild.version", "0.3.18")
private val CBRepoName = "VirtusLab/community-build3"
val projectBuilderUrl =
s"https://raw.githubusercontent.com/$CBRepoName/master/project-builder"
Expand Down
2 changes: 1 addition & 1 deletion scripts/bisect.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.nio.file.attribute.PosixFilePermissions
import java.nio.charset.StandardCharsets
import java.nio.file._

val communityBuildVersion = "v0.3.17"
val communityBuildVersion = "0.3.18"

@main def run(args: String*): Unit =
val config = scopt.OParser
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ne 1 ]; then
fi

VERSION="$1"
export PREV_CB_VERSION="v0.3.16"
export PREV_CB_VERSION="v0.3.17"

javaDefault=11
javaAccessoryVersions=(8 17 21)
Expand Down

0 comments on commit a701804

Please sign in to comment.