Skip to content

Commit

Permalink
Bump sidekiq-aws-sqs to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nejdetkadir committed Apr 25, 2023
1 parent 1173780 commit d31b6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
sidekiq-aws-sqs (0.0.0)
sidekiq-aws-sqs (0.0.1)
aws-sdk-sqs (~> 1.53)
dry-configurable (~> 1.0, >= 1.0.1)
rails (>= 6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/aws/sqs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Sidekiq
module AWS
module SQS
VERSION = '0.0.0'
VERSION = '0.0.1'
end
end
end

0 comments on commit d31b6c0

Please sign in to comment.