Skip to content

Commit

Permalink
Append -buildkite to Gem::Specification#version
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed Jul 13, 2023
1 parent 8195a45 commit 9ad0baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pghero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require_relative "lib/pghero/version"

Gem::Specification.new do |spec|
spec.name = "pghero"
spec.version = PgHero::VERSION
spec.version = PgHero::VERSION + "-buildkite"
spec.summary = "A performance dashboard for Postgres"
spec.homepage = "https://github.com/ankane/pghero"
spec.license = "MIT"
Expand Down

0 comments on commit 9ad0baa

Please sign in to comment.