Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikAlberski committed May 29, 2024
1 parent ed03ee3 commit 3b50fdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ If you do not have write access to the system gem directory, you'll need to perf
Now make sure everything is working:
$ travis version
1.13.3
1.14.0
See also [Note on Ubuntu](#ubuntu) below.
Expand Down Expand Up @@ -2085,6 +2085,9 @@ You can eradicate this problem by either:
See https://github.com/travis-ci/travis.rb/issues/768#issuecomment-700220351 for more details.

## Version History
### 1.14.0

* Remove org references https://github.com/travis-ci/travis.rb/pull/861

### 1.13.0

Expand Down
2 changes: 1 addition & 1 deletion lib/travis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Travis
VERSION = '1.13.3'
VERSION = '1.14.0'
end

0 comments on commit 3b50fdd

Please sign in to comment.