Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #189 from apiaryio/pksunkara/release
Browse files Browse the repository at this point in the history
chore: Release 0.14.0
  • Loading branch information
Pavan Kumar Sunkara authored Mar 17, 2020
2 parents 7866a7f + d7825d3 commit 3c7a61b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Get the version
id: version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
- name: Build and Release
- name: Docker Build and Release
run: |
docker build . -t apiaryio/client
docker tag apiaryio/client apiaryio/client:${{ steps.version.outputs.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## 0.13.0
## 0.14.0

### Breaking
* Remove support for ruby 2.3
2 changes: 1 addition & 1 deletion lib/apiary/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Apiary
VERSION = '0.13.0'.freeze
VERSION = '0.14.0'.freeze
end

0 comments on commit 3c7a61b

Please sign in to comment.