Skip to content

Commit

Permalink
Merge pull request #5770 from samvera/prep-4.0.0.beta1
Browse files Browse the repository at this point in the history
Prepare release 4.0.0.beta1
  • Loading branch information
dlpierce committed Jul 6, 2022
2 parents 92350a8 + 9075507 commit 54f7b10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/developing-your-hyrax-based-app.md
Expand Up @@ -125,7 +125,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app.
Generate a new Rails application using the template.

```
rails _5.2.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v3.4.1/template.rb
rails _5.2.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v4.0.0.beta1/template.rb
```

Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
Expand Down
2 changes: 1 addition & 1 deletion documentation/legacyREADME.md
Expand Up @@ -50,7 +50,7 @@ The Samvera community is here to help. Please see our [support guide](./.github/
# Getting started

This document contains instructions specific to setting up an app with __Hyrax
v3.4.1__. If you are looking for instructions on installing a different
v4.0.0.beta1__. If you are looking for instructions on installing a different
version, be sure to select the appropriate branch or tag from the drop-down
menu above.

Expand Down
2 changes: 1 addition & 1 deletion lib/hyrax/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Hyrax
VERSION = '3.4.1'
VERSION = '4.0.0.beta1'
end
2 changes: 1 addition & 1 deletion template.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
# Hack for https://github.com/rails/rails/issues/35153
gsub_file 'Gemfile', /^gem ["']sqlite3["']$/, 'gem "sqlite3", "~> 1.3.0"'
gem 'hyrax', '3.4.1'
gem 'hyrax', '4.0.0.beta1'
run 'bundle install'
generate 'hyrax:install', '-f'

0 comments on commit 54f7b10

Please sign in to comment.