Skip to content

Commit

Permalink
Version 7.2.0 finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Jun 24, 2015
1 parent 7f5093a commit b3715f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 7.2.0
## 7.2.0 (June 24, 2015)

### Enhancements
- **Landing Page Changes**
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 7
MINOR = 2
TINY = 0
BUILD = "rc2" # "pre", "beta1", "beta2", "rc", "rc2", nil
BUILD = nil # "pre", "beta1", "beta2", "rc", "rc2", nil

STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end
Expand Down

0 comments on commit b3715f2

Please sign in to comment.