Skip to content

Commit

Permalink
Release 1.10.0.beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Aug 12, 2020
1 parent 6254f23 commit 608a37d
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.10.0.beta.2 (2020-08-12)

##### 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.10.0.beta.1)
cocoapods-core (1.10.0.beta.2)
activesupport (> 5.0, < 6)
addressable (~> 2.6)
algoliasearch (~> 1.0)
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
awesome_print (1.8.0)
bacon (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
crack (0.4.3)
safe_yaml (~> 1.0.0)
ethon (0.12.0)
Expand All @@ -45,7 +45,7 @@ GEM
fuzzy_match (2.0.4)
hashdiff (1.0.1)
httpclient (2.8.3)
i18n (1.8.3)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
kicker (3.0.0)
listen (~> 1.3.0)
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.10.0.beta.1'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.10.0.beta.2'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit 608a37d

Please sign in to comment.