-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number for 1.2.2 release
- Loading branch information
Murray Summers
committed
Jul 5, 2016
1 parent
72356c8
commit 6822b15
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Honeybadger | ||
module Api | ||
VERSION = "1.2.1" | ||
VERSION = "1.2.2" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
require 'spec_helper' | ||
|
||
describe "Honeybadger::Api::VERSION" do | ||
it "should be version 1.2.1" do | ||
expect(Honeybadger::Api::VERSION).to eql("1.2.1") | ||
it "should be version 1.2.2" do | ||
expect(Honeybadger::Api::VERSION).to eql("1.2.2") | ||
end | ||
end |