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

PGPainless 2.0.0-SNAPSHOT

This commit is contained in:
Paul Schaub 2025-01-28 12:51:11 +01:00
parent 02a5db3297
commit 119bfbb347
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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