diff --git a/CHANGELOG.md b/CHANGELOG.md index 554e71a65..57866ce6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.6.0 (2019-02-07) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 27508c955..499bad1bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - cocoapods-core (1.6.0.rc.2) + cocoapods-core (1.6.0) activesupport (>= 4.0.2, < 6) fuzzy_match (~> 2.0.4) nap (~> 1.0) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 643d37c8a..e2386c49a 100644 --- a/lib/cocoapods-core/gem_version.rb +++ b/lib/cocoapods-core/gem_version.rb @@ -1,5 +1,5 @@ module Pod # The version of the cocoapods-core. # - CORE_VERSION = '1.6.0.rc.2'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.6.0'.freeze unless defined? Pod::CORE_VERSION end