Skip to content

Commit c1b198f

Browse files
committed
v4.0.1
1 parent 6f95d35 commit c1b198f

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-
## 4.0.0 (December 30th, 2021)
1+
## 4.0.1 (December 30th, 2021)
22

33
Bugfixes:
44
- ab_test must return metadata on error or if split is disabled/excluded user (@andrehjr, #622)

lib/split/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Split
4-
VERSION = "4.0.0"
4+
VERSION = "4.0.1"
55
end

0 commit comments

Comments
 (0)