2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 10:38:12 -07:00

Updated version to 1.5.17-SNAPSHOT

This commit is contained in:
Geert Bevin 2023-04-04 11:33:52 -04:00
parent 2008034c25
commit f3ffd7a991
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ plugins {
signing
}
val rifeVersion by rootProject.extra { "1.5.16" }
val rifeVersion by rootProject.extra { "1.5.17-SNAPSHOT" }
var rifeAgentName = "rife2-$rifeVersion-agent"
val rifeAgentJar by rootProject.extra { "$rifeAgentName.jar" }
var rifeAgentContinuationsName = "rife2-$rifeVersion-agent-continuations"

View file

@ -1 +1 @@
1.5.16
1.5.17-SNAPSHOT