Skip to content

Commit

Permalink
v4.6.1
Browse files Browse the repository at this point in the history
- Fix 4.6 upgrader
  • Loading branch information
tvdeyen committed Jun 4, 2020
1 parent e434361 commit cc75d7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 5.0.0 (unreleased)

## 4.6.1 (2020-06-04)

- Fix 4.6 upgrader

## 4.6.0 (2020-06-04)

- Use apt update instead of apt-get in GH action [#1865](https://github.com/AlchemyCMS/alchemy_cms/pull/1865) ([tvdeyen](https://github.com/tvdeyen))
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "4.6.0"
VERSION = "4.6.1"

def self.version
VERSION
Expand Down

0 comments on commit cc75d7c

Please sign in to comment.