1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-04-10 00:28:36 +02:00

Fix version

This commit is contained in:
Paul Schaub 2025-02-18 14:25:23 +01:00
parent bab6357e76
commit d656b5fda0
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
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8