Skip to content

Commit 413da35

Browse files
authored
Merge pull request #57 from fledge-iot/3.0.0RC
3.0.0RC
2 parents 7f89bd8 + 53765bb commit 413da35

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.6.0RC'
20+
CORE_BRANCH='3.0.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.6.0
1+
3.0.0

fledge.version

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

0 commit comments

Comments
 (0)