update version

This commit is contained in:
Robinson 2023-02-07 14:33:12 +01:00
parent bf925c10d3
commit 391de3b011
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.39"
const val version = "1.40"
// set as project.ext
const val name = "Utilities"

View File

@ -57,7 +57,7 @@ object FileUtil {
/**
* Gets the version number.
*/
val version = "1.39"
val version = "1.40"
private val log: Logger = LoggerFactory.getLogger(FileUtil::class.java)