Skip to content

Commit

Permalink
chore(release): fix rootProject version
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia committed Dec 1, 2023
1 parent 4f0b0f7 commit 49f634b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ buildscript {
besuPluginDir = File.createTempDir("plugins")
}
}
version = project.hasProperty('releaseVersion') ? project.getProperty('releaseVersion') : 'snapshot'

0 comments on commit 49f634b

Please sign in to comment.