Skip to content

Commit

Permalink
+ change BN to 45
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasisForever committed Feb 27, 2020
1 parent 273cf8b commit 519bff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>site.pegasis</groupId>
<artifactId>fetch-ta-data</artifactId>
<version>BN44</version>
<version>BN45</version>

<packaging>jar</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/site/pegasis/ta/fetch/tools/log.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 44
const val serverBuildNumber = 45
var isQuiet = false
fun log(level: LogLevel, msg: String, throwable: Throwable? = null, timing: Timing? = null) {
if (isQuiet) {
Expand Down

0 comments on commit 519bff0

Please sign in to comment.