Skip to content

Commit

Permalink
Release 1.9.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Dec 16, 2019
1 parent 5a3a871 commit 5dba616
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CocoaPods Core Changelog

## Master
## 1.9.0.beta.1 (2019-12-16)

##### Enhancements

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
cocoapods-core (1.8.4)
cocoapods-core (1.9.0.beta.1)
activesupport (>= 4.0.2, < 6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
Expand All @@ -20,7 +20,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.11.1)
activesupport (4.2.11.12)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand All @@ -42,7 +42,7 @@ GEM
docile (1.1.5)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.9.18)
ffi (1.11.3)
fuzzy_match (2.0.4)
hashdiff (0.3.8)
httpclient (2.8.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-core/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods-core.
#
CORE_VERSION = '1.8.4'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.9.0.beta.1'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit 5dba616

Please sign in to comment.