Bump version to 1.3.0-dev

This commit is contained in:
broccolai 2020-12-09 00:27:12 +00:00 committed by Alexander Söderberg
parent eb588997f9
commit 2bdfc2777a
3 changed files with 14 additions and 14 deletions

View file

@ -42,7 +42,7 @@ allprojects {
apply plugin: 'com.github.hierynomus.license'
group = 'cloud.commandframework'
version = '1.2.0'
version = '1.3.0-dev'
description = 'Command framework and dispatcher for the JVM'
/* Disable checkstyle on tests */