updated version

This commit is contained in:
Robinson 2023-01-12 12:52:08 +01:00
parent 4f3f6444f3
commit a763c7d468
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ object Extras {
// set for the project
const val description = "Utilities for use within Java projects"
const val group = "com.dorkbox"
const val version = "1.36"
const val version = "1.37"
// set as project.ext
const val name = "Utilities"

View File

@ -56,7 +56,7 @@ object FileUtil {
/**
* Gets the version number.
*/
val version = "1.36"
val version = "1.37"
private val log = KotlinLogging.logger(FileUtil::class.java.name)