⬆️ Bump version to 1.4.0-SNAPSHOT

This commit is contained in:
jmp 2020-12-21 15:48:34 -08:00 committed by Alexander Söderberg
parent f7765d8fe9
commit 23c0ad77f9
4 changed files with 15 additions and 15 deletions

View file

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