Skip to content

Commit

Permalink
v2.0.13-alpha [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenWare committed Jan 14, 2019
1 parent 88863b0 commit 0cdbb6a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.12-alpha
2.0.13-alpha
6 changes: 3 additions & 3 deletions config/initializers/versioning.rb
Expand Up @@ -5,9 +5,9 @@

module Peatio
class Application
GIT_TAG = '2.0.12-alpha'
GIT_SHA = '5eb9da9'
BUILD_DATE = '2019-01-14 12:37:59+02:00'
GIT_TAG = '2.0.13-alpha'
GIT_SHA = '88863b0'
BUILD_DATE = '2019-01-14 19:33:28+00:00'
VERSION = GIT_TAG
end
end
13 changes: 12 additions & 1 deletion docs/api/peatio_api_v2.md
Expand Up @@ -2,7 +2,7 @@ Member API v2
=============
Member API is API which can be used by client application like SPA.

**Version:** 2.0.12-alpha
**Version:** 2.0.13-alpha

**Contact information:**
peatio.tech
Expand All @@ -20,6 +20,17 @@ hello@peatio.tech
|Name|JWT|
|In|header|

### /public/version
---
##### ***GET***
**Description:** Get running Peatio version and build details.

**Responses**

| Code | Description |
| ---- | ----------- |
| 200 | Get running Peatio version and build details. |

### /public/timestamp
---
##### ***GET***
Expand Down

0 comments on commit 0cdbb6a

Please sign in to comment.