From c7d7b5c71dfeeb24b92a22835569f6624c81d43b Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Sun, 5 Jul 2015 11:42:22 -0700 Subject: [PATCH] Release 0.38.0.beta.2 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/cocoapods-core/gem_version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9af8d4ac..21ccce20c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 0.38.0.beta.2 ##### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 639e691d0..1316a443d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (0.38.0.beta.1) + cocoapods-core (0.38.0.beta.2) activesupport (>= 3.2.15) fuzzy_match (~> 2.0.4) nap (~> 0.8.0) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 4cacb1600..b1df47627 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 = '0.38.0.beta.1' unless defined? Pod::CORE_VERSION + CORE_VERSION = '0.38.0.beta.2' unless defined? Pod::CORE_VERSION end