Skip to content

Commit

Permalink
release 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Oct 18, 2022
1 parent 883b4d7 commit 069a7c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FlatLaf Change Log
==================

## 2.6-SNAPSHOT
## 2.6

#### New features and improvements

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

val releaseVersion = "2.5"
val developmentVersion = "2.6-SNAPSHOT"
val releaseVersion = "2.6"
val developmentVersion = "3.0-SNAPSHOT"

version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion

Expand Down

0 comments on commit 069a7c8

Please sign in to comment.