Skip to content

Commit

Permalink
Version 3.2.1 finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Jan 8, 2015
1 parent 7207b9a commit 9e613cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-MYAPNEAORG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.2.1
## 3.2.1 (January 8, 2015)

### Bug Fixes
- Fixed report view bug for reports with no answers
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 = 3
MINOR = 2
TINY = 1
BUILD = "pre" # nil, "pre", "beta1", "beta2", "rc", "rc2"
BUILD = nil # nil, "pre", "beta1", "beta2", "rc", "rc2"

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

0 comments on commit 9e613cc

Please sign in to comment.