Skip to content

Commit

Permalink
upgrade to 1.23.01
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2006 committed Jan 3, 2023
1 parent 4ee3d80 commit b21f01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ logging.level.org.apache.zookeeper=ERROR
logging.level.org.apache.curator.framework=ERROR
logging.level.com.flowci.core=${FLOWCI_LOG_LEVEL:INFO}

info.app.version=1.22.38
info.app.version=1.23.01
info.app.name=flow.ci

server.port=${FLOWCI_SERVER_PORT:8080}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</modules>

<properties>
<revision>1.22.38</revision>
<revision>1.23.01</revision>
<lombok.version>1.18.22</lombok.version>
<guava.version>31.0.1-jre</guava.version>
<junit.version>4.13.1</junit.version>
Expand Down

0 comments on commit b21f01d

Please sign in to comment.