Skip to content

Commit

Permalink
Merge branch 'master' into jeffdoering/blocker_tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdoering authored May 3, 2019
2 parents 090def6 + 9c34720 commit ea1d41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pghero/methods/connections.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def connection_sources_by_user
select_all <<-SQL
SELECT
datname AS database,
usename AS user,
application_name AS user,
COUNT(*) AS total_connections
FROM
pg_stat_activity
Expand Down
2 changes: 1 addition & 1 deletion lib/pghero/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PgHero
VERSION = '2.2.9.0.1' # TODO: review - extended version since this is a fork of the public Gem
VERSION = '2.3.0.1'
end

0 comments on commit ea1d41b

Please sign in to comment.