Skip to content

Commit 28535dc

Browse files
authored
Merge pull request #47 from fledge-iot/2.3.0RC
2.3.0RC
2 parents 6dd5eed + 9d572e7 commit 28535dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ timestamps {
1717
// Change to corresponding CORE_BRANCH as required
1818
// e.g. FOGL-xxxx, main etc.
1919
sh '''
20-
CORE_BRANCH='2.2.0RC'
20+
CORE_BRANCH='2.3.0RC'
2121
${HOME}/buildFledge ${CORE_BRANCH} ${WORKSPACE}
2222
'''
2323
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.0

fledge.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fledge_version>=2.2
1+
fledge_version>=2.3

0 commit comments

Comments
 (0)