We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7438ee commit abf02fdCopy full SHA for abf02fd
apilint/build.gradle
@@ -23,7 +23,7 @@ sourceSets {
23
}
24
25
group Config.GROUP
26
-version 'master-SNAPSHOT'
+version '0.5.1'
27
28
gradlePlugin {
29
plugins {
buildSrc/src/main/java/org/mozilla/apilint/Config.java
@@ -5,6 +5,6 @@
5
package org.mozilla.apilint;
6
7
public class Config {
8
- public final static String API_DOC_VERSION = "master-SNAPSHOT";
+ public final static String API_DOC_VERSION = "0.5.1";
9
public final static String GROUP = "org.mozilla.apilint";
10
0 commit comments