Skip to content

Commit

Permalink
Tagging 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Mar 10, 2019
1 parent 83082d7 commit df71df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def docProjects() {
subprojects.findAll { !it.name.contains('antlr') }
}

def projectVersion = '1.0.0-SNAPSHOT';
def projectVersion = '1.0.0';

configure(docProjects()) {
apply plugin: "signing"
Expand Down Expand Up @@ -194,4 +194,4 @@ project(":gettext-gradle-plugin") {

task wrapper(type: Wrapper) {
gradleVersion = '4.10.3'
}
}

0 comments on commit df71df0

Please sign in to comment.