Skip to content

Commit

Permalink
Release v7.0.0
Browse files Browse the repository at this point in the history
Enhancements:
- Add database dump/backup/restore to CLI - #161
- Use PostgresAdmin directly for DB backups - #160

Bugs:
- Chown database.yml as manageiq:manageiq - #165
- Create /opt/kafka/config/keystore directory - #170
- Add missing parse_errors() method  - #169
  • Loading branch information
bdunne committed Aug 4, 2021
1 parent ef2e81a commit e03d973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/appliance_console/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module ApplianceConsole
VERSION = '6.1.0'.freeze
VERSION = '7.0.0'.freeze
end
end

0 comments on commit e03d973

Please sign in to comment.