Skip to content

Commit

Permalink
Merge pull request #441 from samvera/prepare_1.5.0
Browse files Browse the repository at this point in the history
bump version in prep for 1.5.0 release
  • Loading branch information
jrochkind authored Dec 12, 2024
2 parents 6aa0c78 + 74dcc8c commit c2105c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ jobs:
workflows:
ci:
jobs:
- build:
name: "ruby3-3_rails8-0"
ruby_version: 3.3.6
rails_version: 8.0.0.1
- build:
name: "ruby3-3_rails7-2"
ruby_version: 3.3.5
ruby_version: 3.3.6
rails_version: 7.2.1
- build:
name: "ruby3-2_rails7-1"
Expand Down Expand Up @@ -75,6 +79,10 @@ workflows:
only:
- main
jobs:
- build:
name: "ruby3-3_rails8-0"
ruby_version: 3.3.6
rails_version: 8.0.0.1
- build:
name: "ruby3-3_rails7-2"
ruby_version: 3.3.5
Expand Down
2 changes: 1 addition & 1 deletion lib/browse_everything/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BrowseEverything
VERSION = '1.4.0'
VERSION = '1.5.0'
end

0 comments on commit c2105c7

Please sign in to comment.