Skip to content

Commit

Permalink
Fix gem version issue (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalvijay committed Dec 26, 2017
1 parent 550fb87 commit 1122d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
salesforce-orm (1.2.5)
salesforce-orm (1.2.6)
activerecord (~> 3)
activerecord-nulldb-adapter (~> 0)
restforce (~> 2.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/salesforce-orm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SalesforceOrm
VERSION = '1.2.5'.freeze
VERSION = '1.2.6'.freeze
end

0 comments on commit 1122d29

Please sign in to comment.