Skip to content

Commit

Permalink
Version 13.0.3 finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Jul 1, 2016
1 parent 389e3a1 commit 6c0ae2d
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 @@
## 13.0.3
## 13.0.3 (July 1, 2016)

### Bug Fix
- Restricted version of Turbolinks to 2.5.3
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION #:nodoc:
MAJOR = 13
MINOR = 0
TINY = 3
BUILD = 'pre' # 'pre', 'beta1', 'beta2', 'rc', 'rc2', nil
BUILD = nil # 'pre', 'beta1', 'beta2', 'rc', 'rc2', nil

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

0 comments on commit 6c0ae2d

Please sign in to comment.