Skip to content

Commit 79edc4a

Browse files
author
swaraj pal singh
committed
DEVOPS-2856: Update base branch in Jenkinsfile; version bump for 5.5.0
1 parent 0644906 commit 79edc4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!groovy
2-
def BN = (BRANCH_NAME == 'master' || BRANCH_NAME.startsWith('releases/')) ? BRANCH_NAME : 'releases/2024-12'
2+
def BN = (BRANCH_NAME == 'master' || BRANCH_NAME.startsWith('releases/')) ? BRANCH_NAME : 'releases/2025-07'
33

44
def repositoryName = 'knime-python-google-ads'
55

knime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env_yml_path: conda_env.yml
44
extension_module: src/google_ads_ext
55
description: KNIME Nodes for Google Ads (Labs)
66
group_id: org.knime.python
7-
version: 5.4.0
7+
version: 5.5.0
88
vendor: KNIME AG, Zurich, Switzerland
99
license_file: LICENSE.txt
1010
feature_dependencies:

0 commit comments

Comments
 (0)