Skip to content

Commit

Permalink
+ change build number to 49
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasisForever committed Mar 10, 2020
1 parent 59b26e3 commit b1073ff
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>BN48</version>
<version>BN49</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 = 48
const val serverBuildNumber = 49
var isQuiet = false
fun log(level: LogLevel, msg: String, throwable: Throwable? = null, timing: Timing? = null) {
if (isQuiet) {
Expand Down

0 comments on commit b1073ff

Please sign in to comment.