We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1ca21 commit 32d02eaCopy full SHA for 32d02ea
core/src/main/resources/application.properties
@@ -2,7 +2,7 @@ logging.level.org.apache.zookeeper=ERROR
2
logging.level.org.apache.curator.framework=ERROR
3
logging.level.com.flowci.core=${FLOWCI_LOG_LEVEL:INFO}
4
5
-info.app.version=1.22.12
+info.app.version=1.22.38
6
info.app.name=flow.ci
7
8
server.port=${FLOWCI_SERVER_PORT:8080}
pom.xml
@@ -22,7 +22,7 @@
22
</modules>
23
24
<properties>
25
- <revision>1.22.12</revision>
+ <revision>1.22.38</revision>
26
<lombok.version>1.18.22</lombok.version>
27
<guava.version>31.0.1-jre</guava.version>
28
<junit.version>4.13.1</junit.version>
0 commit comments