Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.0 #10

Merged
merged 1 commit into from
Mar 3, 2016
Merged

v1.1.0 #10

merged 1 commit into from
Mar 3, 2016

Conversation

kruppel
Copy link
Contributor

@kruppel kruppel commented Mar 3, 2016

@@ -1,3 +1,3 @@
module Checkr
VERSION = File.open(File.expand_path("../../../VERSION", __FILE__)).read()
VERSION = '1.1.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Freeze mutable objects assigned to constants.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@kruppel kruppel force-pushed the kurt/v1.1.0 branch 4 times, most recently from 42b5e68 to b26ea6a Compare March 3, 2016 18:32
kruppel added a commit that referenced this pull request Mar 3, 2016
@kruppel kruppel merged commit 6439628 into master Mar 3, 2016
@kruppel kruppel deleted the kurt/v1.1.0 branch March 3, 2016 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants