File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Thank you to all theq contributors who made this release possible 🎉
99According to ` git shortlog -sn --no-merges 3.3.6-RC1..3.3.6-RC2 ` these are:
1010
1111```
12- 2 Tomasz Godzik
12+ 3 Tomasz Godzik
1313```
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ object Build {
108108 * During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
109109 * During final, stable release is set exactly to `developedVersion`.
110110 */
111- val baseVersion = s " $developedVersion-RC1 "
111+ val baseVersion = s " $developedVersion-RC2 "
112112
113113 /** The version of TASTY that should be emitted, checked in runtime test
114114 * For defails on how TASTY version should be set see related discussions:
You can’t perform that action at this time.
0 commit comments