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

Commit 38a7f98

Browse files
committed
Set explicit release version v6.0.0 in build.gradle
1 parent a83433a commit 38a7f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

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

1212
java {
1313
sourceCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)