Skip to content

Commit 05fc94d

Browse files
committed
Version 1.0.0 finalized
1 parent ebced5b commit 05fc94d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.0
1+
## 1.0.0 (January 6, 2017)
22

33
### Enhancements
44
- **General Changes**

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module VERSION #:nodoc:
55
MAJOR = 1
66
MINOR = 0
77
TINY = 0
8-
BUILD = 'beta2' # 'pre', 'beta1', 'beta2', 'rc', 'rc2', nil
8+
BUILD = nil # 'pre', 'beta1', 'beta2', 'rc', 'rc2', nil
99

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

0 commit comments

Comments
 (0)