Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Set explicit release version v6.0.0 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Oct 7, 2020
1 parent a83433a commit 38a7f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = 'com.conveyal'
// set version to `git describe --tags --always --first-parent`, plus '.dirty' if local changes are present.
version gitVersion()
version 'v6.0.0'

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 38a7f98

Please sign in to comment.