Skip to content

Commit

Permalink
successful pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Apr 16, 2008
1 parent 4980e86 commit 096dd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spec/version.rb
Expand Up @@ -6,7 +6,7 @@ module VERSION
TINY = 3
RELEASE_CANDIDATE = nil

BUILD_TIME_UTC = 20080416075942
BUILD_TIME_UTC = 20080416232813

STRING = [MAJOR, MINOR, TINY].join('.')
TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')
Expand Down

0 comments on commit 096dd06

Please sign in to comment.