Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech committed Apr 21, 2023
1 parent 2bbd958 commit 1d971e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/sidekiq/prometheus/exporter/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
module Sidekiq
module Prometheus
module Exporter
VERSION = '0.1.17'.freeze
DOCKER_PATCH_VERSION = '2'.freeze
# NOTE: Every version update dropds Docker patch version to 0
# and every adjustment in Docker setup bumps it to +1
VERSION = '0.2.0'.freeze
DOCKER_PATCH_VERSION = '0'.freeze
end
end
end

0 comments on commit 1d971e8

Please sign in to comment.