Skip to content

Commit 92a8f3c

Browse files
committed
Release 3.7.1
1 parent 2475c40 commit 92a8f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ object Build {
122122
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
123123
* During final, stable release is set exactly to `developedVersion`.
124124
*/
125-
val baseVersion = s"$developedVersion-RC2"
125+
val baseVersion = developedVersion
126126

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

0 commit comments

Comments
 (0)