Update 'build.gradle'

This commit is contained in:
5gi 2022-12-07 11:18:54 -05:00
parent b12e497afa
commit c1438bff2a

View File

@ -5,7 +5,7 @@ plugins {
}
apply plugin: 'maven-publish'
group 'com.the5gi.deepj'
version '1.3.7'
version '1.3.8'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11