Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .toys/ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ def run
dirs.each { |dir| puts " #{dir}" }
end

if dirs.include? 'google-apis-core'
puts 'Installing local google-apis-core changes...'
Dir.chdir 'google-apis-core' do
exec ['toys', 'install', '--yes']
end
end

dirs.each { |dir| run_in_dir dir }
end

Expand Down
2 changes: 1 addition & 1 deletion google-apis-core/lib/google/apis/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Google
module Apis
module Core
# Core version
VERSION = "1.2.1".freeze
VERSION = "1.2.99".freeze
end
end
end
Loading