Skip to content

Commit

Permalink
feat: 0.1.2 is the next
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Dec 28, 2024
1 parent ee8b911 commit 9a5c63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import java.io.ByteArrayOutputStream
* This value should be changed to false before release the next stable version,
* and after releasing, change it back to true.
*/
val isDevBuild = false
val isDevBuild = true
/**
* The current version of allay-server
*
* This is not the same as the version of allay-api.
* Please note that they are two things.
*/
version = "0.1.1" + if (isDevBuild) "-dev" else ""
version = "0.1.2" + if (isDevBuild) "-dev" else ""

plugins {
id("jacoco")
Expand Down

0 comments on commit 9a5c63a

Please sign in to comment.