Skip to content

Commit

Permalink
version-commit: 定数名の変え忘れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Jan 30, 2018
1 parent 92632ab commit bdf197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rgrb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ module RGRB
end

# バージョンとコミットIDを表す文字列を返す
VERSION_WITH_COMMIT_ID = COMMIT_ID.empty? ? VERSION_NUMBER : "#{VERSION_NUMBER} (#{COMMIT_ID})"
VERSION_WITH_COMMIT_ID = COMMIT_ID.empty? ? VERSION : "#{VERSION} (#{COMMIT_ID})"
end

0 comments on commit bdf197e

Please sign in to comment.