Skip to content

Commit

Permalink
Revert custom RC handling
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Oct 30, 2013
1 parent b34e21d commit 60862f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -27,7 +27,7 @@ def write_configuration
end

def sdk_version
JSON.parse(File.read('package.json'))['version'].sub(/-rc/, '.rc')
JSON.parse(File.read('package.json'))['version']
end

LOGLEVEL = ($DEBUG || ENV['DEBUG']) ? '' : '-s'
Expand Down

0 comments on commit 60862f7

Please sign in to comment.