Skip to content

Commit

Permalink
+ change BN to 42
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasisForever committed Feb 26, 2020
1 parent 3f8b04b commit 516d0a8
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>BN41</version>
<version>BN42</version>

<packaging>jar</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/site/pegasis/ta/fetch/tools.kt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ enum class LogLevel {

private val logDateFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS")
val fileDateFormat = SimpleDateFormat("yyyy-MM-dd")
const val serverBuildNumber = 41
const val serverBuildNumber = 42
var isQuiet = false
fun log(level: LogLevel, msg: String, throwable: Throwable? = null, timing: Timing? = null) {
if (isQuiet) {
Expand Down

0 comments on commit 516d0a8

Please sign in to comment.