Skip to content

Commit

Permalink
release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Nov 16, 2021
1 parent 4da2bd9 commit 6c0b122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

val releaseVersion = "1.6.3"
val releaseVersion = "1.6.4"
val developmentVersion = "2.0-SNAPSHOT"

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

0 comments on commit 6c0b122

Please sign in to comment.