Skip to content

Commit 6b2b881

Browse files
committed
Release 3.6.4
1 parent 4377e99 commit 6b2b881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ object Build {
118118
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
119119
* During final, stable release is set exactly to `developedVersion`.
120120
*/
121-
val baseVersion = s"$developedVersion-RC2"
121+
val baseVersion = developedVersion
122122

123123
/** The version of TASTY that should be emitted, checked in runtime test
124124
* For defails on how TASTY version should be set see related discussions:

0 commit comments

Comments
 (0)