Skip to content

Commit b79b048

Browse files
committed
bump version number due to broken file ownerships in build process
1 parent ed486fd commit b79b048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.text.SimpleDateFormat
22
jobName = "metadata-exporter"
3-
version = "0.1.46"
3+
version = "0.1.47"
44
build_dir = "build"
55
buildPackageName = "meta-exporter"
66

@@ -61,4 +61,4 @@ node ('dockerslave') {
6161
stage ('Archive artifacts') {
6262
archiveArtifacts "${build_dir}/*.deb"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)