Skip to content

Commit

Permalink
Branch 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agi committed Nov 30, 2021
1 parent e7438ee commit abf02fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apilint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sourceSets {
}

group Config.GROUP
version 'master-SNAPSHOT'
version '0.5.1'

gradlePlugin {
plugins {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/org/mozilla/apilint/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
package org.mozilla.apilint;

public class Config {
public final static String API_DOC_VERSION = "master-SNAPSHOT";
public final static String API_DOC_VERSION = "0.5.1";
public final static String GROUP = "org.mozilla.apilint";
}

0 comments on commit abf02fd

Please sign in to comment.