8000 release 1.0.0.pre4 · lest/activeadmin@76a382a · GitHub
[go: up one dir, main page]

Skip to content

Commit 76a382a

Browse files
committed
release 1.0.0.pre4
1 parent 9e48f43 commit 76a382a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'activeadmin', github: 'activeadmin'
2222

2323
Or you can using rubygems:
2424
```ruby
25-
gem 'activeadmin', '~> 1.0.0.pre3'
25+
gem 'activeadmin', '~> 1.0.0.pre4'
2626
```
2727

2828
*Keep in mind that during the time where we use `pre`-release label, things can break in each release!*

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '1.0.0.pre3'
2+
VERSION = '1.0.0.pre4'
33
end

0 commit comments

Comments
 (0)
0