Skip to content

Commit 1693ee9

Browse files
committed
feat: the next version is 0.12.1 (API 0.28.0)
1 parent 6340b07 commit 1693ee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ org.gradle.daemon=true
22
org.gradle.parallel=true
33
org.gradle.caching=true
44
# Versions
5-
api.version=0.27.0
6-
server.version=0.12.0
5+
api.version=0.28.0
6+
server.version=0.12.1
77
# Indicates whether the current build is a development build.
88
#
99
# This value should be changed to false before release the next stable version,
1010
# and after releasing, change it back to true.
11-
allay.is-dev-build=false
11+
allay.is-dev-build=true

0 commit comments

Comments
 (0)