This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
mperham--sidekiq
Watch
1
Star
0
Fork
You've already forked mperham--sidekiq
0
mirror of
https://github.com/mperham/sidekiq.git
synced
2022-11-09 13:52:34 -05:00
Code
Releases
Activity
e8227186bb
mperham--sidekiq
/
lib
/
sidekiq
/
version.rb
5 lines
69 B
Ruby
Raw
Normal View
History
Unescape
Escape
Freeze all string literals in source, fixes #2741 Tests pass and smoke test works perfectly.
2015-12-31 18:33:35 -05:00
# frozen_string_literal: true
bundler
2012-01-16 22:25:20 -05:00
module
Sidekiq
dup hash to avoid concurrent modification, fixes #3921
2018-08-10 08:57:56 -04:00
VERSION
=
"
5.2.1
"
bundler
2012-01-16 22:25:20 -05:00
end
Copy permalink