diff --git a/extensions/benchmark/build.gradle b/extensions/benchmark/build.gradle index af214148d70..fe3a54aa332 100644 --- a/extensions/benchmark/build.gradle +++ b/extensions/benchmark/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id "nebula.ospackage" version "8.5.6" + id "nebula.ospackage" version "9.0.0" } boolean isRelease = project.hasProperty("release") || project.hasProperty("staging") diff --git a/extensions/benchmark/snapcraft/snapcraft.yaml b/extensions/benchmark/snapcraft/snapcraft.yaml index 64e3d2bade0..b6409f0904a 100644 --- a/extensions/benchmark/snapcraft/snapcraft.yaml +++ b/extensions/benchmark/snapcraft/snapcraft.yaml @@ -1,5 +1,5 @@ name: djlbench -version: '0.14.0' +version: '0.15.0' title: DJL Benhmark license: Apache-2.0 summary: A machine learning benchmarking toolkit