Skip to content

Commit

Permalink
v2.3.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenWare committed Aug 9, 2019
1 parent fd3d9c3 commit 6625df9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.3.4
6 changes: 3 additions & 3 deletions config/initializers/versioning.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

module Peatio
class Application
GIT_TAG = '2.3.3'
GIT_SHA = 'db5cd22'
BUILD_DATE = '2019-08-08 14:41:43+00:00'
GIT_TAG = '2.3.4'
GIT_SHA = 'fd3d9c3'
BUILD_DATE = '2019-08-09 15:51:22+00:00'
VERSION = GIT_TAG
end
end
2 changes: 1 addition & 1 deletion docs/api/peatio_management_api_v2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Peatio Management API v2
Management API is server-to-server API with high privileges.

## Version: 2.3.3
## Version: 2.3.4

**Contact information:**
peatio.tech
Expand Down
2 changes: 1 addition & 1 deletion docs/api/peatio_user_api_v2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Peatio User API v2
API for Peatio application.

## Version: 2.3.3
## Version: 2.3.4

**Contact information:**
peatio.tech
Expand Down
2 changes: 1 addition & 1 deletion docs/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": {
"url": "https://github.com/rubykube/peatio/blob/master/LICENSE.md"
},
"version": "2.3.3"
"version": "2.3.4"
},
"swagger": "2.0",
"produces": [
Expand Down

0 comments on commit 6625df9

Please sign in to comment.