Version bump (#269)

For docker release
This commit is contained in:
Sam 2023-01-20 15:53:52 +11:00 committed by GitHub
parent e5ec9ac55d
commit dd38011b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2.0.8 - 2023-01-20
- FEATURE: attempting to make our first docker release
2.0.7 - 2023-01-13
- FEATURE: allow binding server to both ipv4 and v6

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module PrometheusExporter
VERSION = '2.0.7'
VERSION = "2.0.8"
end