diff --git a/pom.xml b/pom.xml index e3c63d2..1628be0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 site.pegasis fetch-ta-data - BN48 + BN49 jar diff --git a/src/site/pegasis/ta/fetch/tools/log.kt b/src/site/pegasis/ta/fetch/tools/log.kt index ab62658..29411a6 100644 --- a/src/site/pegasis/ta/fetch/tools/log.kt +++ b/src/site/pegasis/ta/fetch/tools/log.kt @@ -25,7 +25,7 @@ enum class LogLevel { private val logDateFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS") val fileDateFormat = SimpleDateFormat("yyyy-MM-dd") -const val serverBuildNumber = 48 +const val serverBuildNumber = 49 var isQuiet = false fun log(level: LogLevel, msg: String, throwable: Throwable? = null, timing: Timing? = null) { if (isQuiet) {