Skip to content

Commit f9d5b6a

Browse files
committed
bump version
1 parent 07a9cb8 commit f9d5b6a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@
2020

2121
- Fixed to work with and make optional dependencies for sidekiq and railties. Confirmed as working with ruby >= 3.1.4
2222

23+
## [0.3.1-RC1] - 2023-12-29
24+
25+
- All internal restructuring/refactoring into domains.

lib/interactify/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Interactify
4-
VERSION = "0.3.0-RC1"
4+
VERSION = "0.3.1-RC1"
55
end

0 commit comments

Comments
 (0)