We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a76dbe commit 7e92957Copy full SHA for 7e92957
changelogs/3.3.6-RC2.md
@@ -9,5 +9,5 @@ Thank you to all theq contributors who made this release possible 🎉
9
According to `git shortlog -sn --no-merges 3.3.6-RC1..3.3.6-RC2` these are:
10
11
```
12
- 2 Tomasz Godzik
+ 3 Tomasz Godzik
13
project/Build.scala
@@ -108,7 +108,7 @@ object Build {
108
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
109
* During final, stable release is set exactly to `developedVersion`.
110
*/
111
- val baseVersion = s"$developedVersion-RC1"
+ val baseVersion = s"$developedVersion-RC2"
112
113
/** The version of TASTY that should be emitted, checked in runtime test
114
* For defails on how TASTY version should be set see related discussions:
0 commit comments