Skip to content

Commit

Permalink
Workaround for overwritten Tracer MANIFEST.MF (part 2) (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 authored Dec 12, 2024
1 parent e61d96c commit 60fb288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.8.0-rc8.2
releaseVersion=0.8.0-rc8.3
besuVersion=24.12-delivery40
arithmetizationVersion=0.8.0-rc8
besuArtifactGroup=io.consensys.linea-besu
Expand Down
4 changes: 2 additions & 2 deletions gradle/dist.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jar {
manifest {
attributes(
'Specification-Title': 'arithmetization',
'Specification-Version': arithmetizationVersion,
'Specification-Version': "v${arithmetizationVersion}",
'Implementation-Title': 'arithmetization',
'Implementation-Version': arithmetizationVersion
'Implementation-Version': "v${arithmetizationVersion}"
)
}

Expand Down

0 comments on commit 60fb288

Please sign in to comment.