Skip to content

Commit 7ec8c3e

Browse files
Camillecalj
authored andcommitted
Bump version to 2.4.0
1 parent f790613 commit 7ec8c3e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cache: bundler
44
rvm:
55
- 2.5.1
66
- 2.5.3
7-
before_install: gem install bundler -v 1.17.1
7+
before_install: gem install bundler -v 1.17.3
88
env:
99
- WEBSOCKET_HOST: localhost
1010
WEBSOCKET_PORT: 8081

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
peatio (2.4.0.pre.alpha)
4+
peatio (2.4.0)
55
activemodel (> 5.2, <= 6.0.0)
66
amqp
77
bunny

lib/peatio/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Peatio
2-
VERSION = "2.4.0-alpha"
2+
VERSION = "2.4.0"
33
end

0 commit comments

Comments
 (0)