Skip to content

Commit 3b50fdd

Browse files
docs: update version
1 parent ed03ee3 commit 3b50fdd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ If you do not have write access to the system gem directory, you'll need to perf
20072007
Now make sure everything is working:
20082008
20092009
$ travis version
2010-
1.13.3
2010+
1.14.0
20112011
20122012
See also [Note on Ubuntu](#ubuntu) below.
20132013
@@ -2085,6 +2085,9 @@ You can eradicate this problem by either:
20852085
See https://github.com/travis-ci/travis.rb/issues/768#issuecomment-700220351 for more details.
20862086

20872087
## Version History
2088+
### 1.14.0
2089+
2090+
* Remove org references https://github.com/travis-ci/travis.rb/pull/861
20882091

20892092
### 1.13.0
20902093

lib/travis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Travis
4-
VERSION = '1.13.3'
4+
VERSION = '1.14.0'
55
end

0 commit comments

Comments
 (0)