Skip to content

Commit

Permalink
Start release cycle for 1.42.1 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikuncar authored Sep 17, 2020
1 parent c6ff1d2 commit 752569a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Install [bundler](https://bundler.io/) and setup your RubyGems credentials:
1. Build the gem: `bundle exec gem build dogapi.gemspec`.
1. Push the gem: `bundle exec gem push dogapi-x.x.x.gem`.
1. Check that the [Ruby Gem is published](https://rubygems.org/gems/dogapi).
1. Bump the version again in `lib/dogapi/version.rb` to a dev version (e.g. `1.39.0` -> `1.40.0.dev`), open a PR and merge it to master.
1. Bump the version again in `lib/dogapi/version.rb` to a dev version (e.g. `1.42.0` -> `1.42.1.dev`), open a PR and merge it to master.
2 changes: 1 addition & 1 deletion lib/dogapi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Copyright 2011-Present Datadog, Inc.

module Dogapi
VERSION = '1.42.0'
VERSION = '1.42.1.dev'
end

0 comments on commit 752569a

Please sign in to comment.