Skip to content

Commit

Permalink
Merge pull request #47 from Tinder/release-3.0.0
Browse files Browse the repository at this point in the history
GitQuery 3.0.0
  • Loading branch information
tinder-aminghadersohi authored Dec 1, 2020
2 parents b10e27f + eaaee0b commit ed30555
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package com.tinder.gitquery.core
* This file was generated by ./build-support/bin/write-version-class
*/

const val GIT_QUERY_VERSION = "3.0.0-SNAPSHOT"
const val GIT_QUERY_VERSION = "3.0.0"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.daemon=true
org.gradle.parallel=true

GROUP=com.tinder.gitquery
VERSION_NAME=3.0.0-SNAPSHOT
VERSION_NAME=3.0.0

POM_DESCRIPTION=A library for querying and syncing files in a remote git repo.
POM_URL=https://github.com/Tinder/GitQuery
Expand Down
2 changes: 1 addition & 1 deletion samples/protobuf-sync-code-gen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.google.protobuf.gradle.protoc
plugins {
application
id("com.google.protobuf") version "0.8.13"
id("com.tinder.gitquery") version "3.0.0-SNAPSHOT"
id("com.tinder.gitquery") version "3.0.0"
java
}

Expand Down

0 comments on commit ed30555

Please sign in to comment.