Skip to content

Commit fec1335

Browse files
committed
Version 2.0.0-pre
1 parent ea9ab17 commit fec1335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# master
1+
# 2.0.0-pre
22

33
- Add `value_counts` method in Array, Hash, and Enumerable
44
- Add `median` method in Array

lib/enumerable_statistics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module EnumerableStatistics
2-
VERSION = '1.1.0-dev'
2+
VERSION = '2.0.0-pre'
33

44
module Version
55
numbers, TAG = VERSION.split('-', 2)

0 commit comments

Comments
 (0)