diff --git a/HYDRA_VERSION b/HYDRA_VERSION index 6842906c6..1bcdaf5fe 100644 --- a/HYDRA_VERSION +++ b/HYDRA_VERSION @@ -1 +1 @@ -10.6.2 +10.7.0 diff --git a/RELEASING_HYDRA_HEAD.md b/RELEASING_HYDRA_HEAD.md index 39e56fcbc..c64233a98 100644 --- a/RELEASING_HYDRA_HEAD.md +++ b/RELEASING_HYDRA_HEAD.md @@ -5,4 +5,4 @@ 1. Release the gem to rubygems.org: `rake all:release` * If this is your first time pushing to rubygems.org, you will be prompted for your rubygems.org credentials, in which case do the following: `gem push; rake all:release` 1. If needed, push the new commit created in the previous step: `git push` -1. Send a release message to [samvera-tech](mailto:samvera-tech@googlegroups.com), [samvera-community](mailto:hydra-community@googlegroups.com), and [samvera-releases](mailto:samvera-releases@googlegroups.com) describing the changes (which you can copy from the GitHub release). +1. Send a release message to [samvera-tech](mailto:samvera-tech@googlegroups.com), [samvera-community](mailto:samvera-community@googlegroups.com), and [samvera-releases](mailto:samvera-releases@googlegroups.com) describing the changes (which you can copy from the GitHub release). diff --git a/hydra-core/lib/hydra-head/version.rb b/hydra-core/lib/hydra-head/version.rb index fa4999ed3..23d3491c2 100644 --- a/hydra-core/lib/hydra-head/version.rb +++ b/hydra-core/lib/hydra-head/version.rb @@ -1,3 +1,3 @@ module HydraHead - VERSION = "10.6.1" + VERSION = "10.7.0" end