1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

Fix version

This commit is contained in:
Paul Schaub 2025-02-18 14:25:23 +01:00
parent 23cb47365e
commit fac87c371a
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -4,7 +4,7 @@
allprojects {
ext {
shortVersion = '2.0.0-SNAPSHOT'
shortVersion = '2.0.0'
isSnapshot = true
javaSourceCompatibility = 11
bouncyCastleVersion = '1.81'