Skip to content

Commit

Permalink
Version bump to 12.0.0.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Sep 3, 2019
1 parent 717a574 commit bff722f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 12.0.0

## 11.0.0 (August 10, 2019)

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

module LoftHF
module VERSION #:nodoc:
MAJOR = 11
MAJOR = 12
MINOR = 0
TINY = 0
BUILD = nil # "pre", "beta1", "beta2", "rc", "rc2", nil
BUILD = "pre" # "pre", "beta1", "beta2", "rc", "rc2", nil

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

0 comments on commit bff722f

Please sign in to comment.