test: bump dev version

This commit is contained in:
cclecle
2023-03-19 20:05:32 +00:00
parent 348204abb5
commit 2c87f5488d

2
Jenkinsfile vendored
View File

@@ -141,7 +141,7 @@ pipeline {
stage("GetCode") {
steps {
dir("gitrepo") {
// manually checkout the repository, with All branches and tags
// manually checkout the repository, with All branches and tags
// => because we might need them for version and changelog computing
checkout([ $class: "GitSCM",
branches: [[name: GIT_BRANCH]],