Skip to content

Commit

Permalink
update the version.rb file and mark the specific version in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrick Rogers committed Nov 29, 2016
1 parent f200a19 commit 719a65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This will make sure your objects have Noid-like identifiers (e.g. `bb22bb22b`) t

## Overriding default behavior

The default minter in ActiveFedora::Noid 2.x is the file-backed minter to preserve default behavior.
The default minter in ActiveFedora::Noid 2.0.0 is the file-backed minter to preserve default behavior.

To better support multi-host production installations that expect a shared database but not necessarily a shared filesystem (e.g., between load-balanced Rails applications), we highly recommend swapping in the database-backed minter.

Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/noid/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module ActiveFedora
module Noid
VERSION = '2.0.0.beta6'
VERSION = '2.0.0'
end
end

0 comments on commit 719a65f

Please sign in to comment.