Skip to content

Commit ea7701f

Browse files
Update version info for release - 2.5.0
1 parent 0313c35 commit ea7701f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rake/build/environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
envpass :giturl, 'https://github.com/StackStorm/mistral', from: 'ST2MISTRAL_GITURL'
8585
envpass :gitrev, 'master', from: 'ST2MISTRAL_GITREV'
8686
envpass :gitdir, make_tmpname('mistral-'), from: 'ST2MISTRAL_GITDIR'
87-
envpass :mistral_version, '2.5dev'
87+
envpass :mistral_version, '2.6dev'
8888
envpass :mistral_release, 1
8989
end

scripts/st2_bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ USERNAME=''
1515
PASSWORD=''
1616

1717
# Note: This variable needs to default to a branch of the latest stable release
18-
BRANCH='v2.4'
18+
BRANCH='v2.5'
1919
FORCE_BRANCH=""
2020

2121
adddate() {

0 commit comments

Comments
 (0)