Skip to content

Commit

Permalink
Bump version number for 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Murray Summers committed Jul 5, 2016
1 parent 72356c8 commit 6822b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/honeybadger-api/version.rb
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
4 changes: 2 additions & 2 deletions spec/version_spec.rb
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

0 comments on commit 6822b15

Please sign in to comment.