Skip to content

Commit a985059

Browse files
committed
Version 4.0.0.rc1
1 parent d1ecd00 commit a985059

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,6 +1,6 @@
11
# Change Log
22

3-
## 4.0.0 (unreleased)
3+
## 4.0.0.rc1 (2017-0817)
44

55
* Removed `merge_params` from `Alchemy::Admin::BaseHelper`
66
Use `ActionController::Parameters#merge` instead

lib/alchemy/version.rb

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

33
module Alchemy
4-
VERSION = "4.0.0.beta"
4+
VERSION = "4.0.0.rc1"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)