Skip to content

Commit 97f08dc

Browse files
committed
Version v2.9.5
1 parent a9cfbd5 commit 97f08dc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

DEVELOPMENT

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Release Guides
2+
3+
1. Change the `lib/rails-settings/version.rb` file to the new version number.
4+
2. Run `bundle install` to make `Gemfile.lock` reflect the new version number.
5+
3. Git commit with `Version vX.Y.Z`.
6+
4. Run `rake release` to publish gem, this command will create a git tag for the version.

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails-settings-cached (2.9.4)
4+
rails-settings-cached (2.9.5)
55
activerecord (>= 5.0.0)
66
railties (>= 5.0.0)
77

lib/rails-settings/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RailsSettings
44
class << self
55
def version
6-
"2.9.4"
6+
"2.9.5"
77
end
88
end
99
end

0 commit comments

Comments
 (0)