From 0ee63c457f3e5086bebea1fda0691b1d6bf58b17 Mon Sep 17 00:00:00 2001 From: Techcable Date: Sat, 13 May 2017 08:41:45 -0700 Subject: [PATCH] Finialize version to 1.1.0-alpha1 This release should be relatively bug free for 1.11.2. Time to show my face in public again :D --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d04f3f6b..e1ff3ea0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ allprojects { apply plugin: 'maven' group = 'net.techcable.sonarpet' - version = '1.1.0-SNAPSHOT' + version = '1.1.0-alpha1' } subprojects {