Skip to content

Commit

Permalink
Release 0.38.0.beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 5, 2015
1 parent 79e02fe commit c7d7b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
## 0.38.0.beta.2

##### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
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 = '0.38.0.beta.1' unless defined? Pod::CORE_VERSION
CORE_VERSION = '0.38.0.beta.2' unless defined? Pod::CORE_VERSION
end

0 comments on commit c7d7b5c

Please sign in to comment.