Skip to content

Commit

Permalink
Merge pull request #14541 from abellotti/api_version_240_fine_release
Browse files Browse the repository at this point in the history
Bumping up version to 2.4.0 for the Fine Release
(cherry picked from commit f0297aa)
  • Loading branch information
chessbyte authored and simaishi committed Mar 30, 2017
1 parent c0846c8 commit e50a959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
:module: api
:name: API
:description: REST API
:version: '2.4.0-pre'
:version: '2.4.0'
:version:
:regex: !ruby/regexp /^v[0-9]+(?>\\.[0-9a-zA-Z]+)*(-[0-9A-Za-z-]+(\\.[0-9A-Za-z-]+)*)?/
:definitions:
- :name: '2.4.0-pre'
:ident: 'v2.4.0-pre'
- :name: '2.4.0'
:ident: 'v2.4.0'
:verb:
:names:
- :get
Expand Down
2 changes: 1 addition & 1 deletion tools/rest_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
require 'faraday_middleware'

class RestApi
VERSION = "2.4.0-pre".freeze
VERSION = "2.4.0".freeze
API_CMD = File.basename($PROGRAM_NAME)

class Cli
Expand Down

0 comments on commit e50a959

Please sign in to comment.