Skip to content

Commit

Permalink
remove hard-coded release version
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Nov 22, 2023
1 parent 1bf792f commit 6b41035
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 @@ -8,7 +8,7 @@ plugins {

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

java {
toolchain {
Expand Down

0 comments on commit 6b41035

Please sign in to comment.