Skip to content

Commit

Permalink
Set version number for RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaro committed Oct 20, 2023
1 parent 6a2376c commit ce5843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/kotlin/dev/dres/DRES.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import kotlin.system.exitProcess
*/
object DRES {
/** Version of DRES. */
const val VERSION = "2.0.0"
const val VERSION = "2.0.0-RC1"

/** Application root; should be relative to JAR file or classes path. */
val APPLICATION_ROOT: Path =
Expand Down

0 comments on commit ce5843a

Please sign in to comment.