Skip to content

Commit

Permalink
Merge pull request #49 from epimorphics/task/v1.0.0-release
Browse files Browse the repository at this point in the history
v1.0.0 Release Candidate
  • Loading branch information
jonrandahl authored Jun 2, 2023
2 parents 40dad1d + 5de0465 commit a549d58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
*.gem
.byebug_history
.bundle
.github-token
.npmrc
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
json_rails_logger (0.3.5.2)
json_rails_logger (1.0.0)
json
lograge
railties
Expand Down
8 changes: 4 additions & 4 deletions lib/json_rails_logger/version.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

module JsonRailsLogger
MAJOR = 0
MINOR = 3
PATCH = 6
SUFFIX = 0
MAJOR = 1
MINOR = 0
PATCH = 0
SUFFIX = nil
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && '.' + SUFFIX.to_s}"
end

0 comments on commit a549d58

Please sign in to comment.