release 2.0-rc1

This commit is contained in:
Karl Tauber
2021-12-18 14:09:39 +01:00
parent 8dbfc6d5d6
commit efd8cf8236
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## 2.0-SNAPSHOT
## 2.0-rc1
#### New features and improvements

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
val releaseVersion = "1.6.5"
val releaseVersion = "2.0-rc1"
val developmentVersion = "2.0-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion