⬆️ Bump version to 1.3.0-SNAPSHOT

This commit is contained in:
jmp 2020-12-08 23:41:34 -08:00 committed by Alexander Söderberg
parent 2bdfc2777a
commit f8235a4ed1
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.3.0-dev'
version = '1.3.0-SNAPSHOT'
description = 'Command framework and dispatcher for the JVM'
/* Disable checkstyle on tests */