Skip to content

Commit

Permalink
Session wait info extended
Browse files Browse the repository at this point in the history
PL/SQL object also shown for wrapped SYS packages
  • Loading branch information
rammpeter committed Aug 1, 2024
1 parent fe582f4 commit a1799c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

module Panorama
# VERSION and RELEASE_DATE should have fix syntax and positions because they are parsed from other sites
VERSION = '2.17.48'
RELEASE_DATE = Date.parse('2024-07-02')
VERSION = '2.17.49'
RELEASE_DATE = Date.parse('2024-08-01')

RELEASE_DAY = "%02d" % RELEASE_DATE.day
RELEASE_MONTH = "%02d" % RELEASE_DATE.month
Expand Down

0 comments on commit a1799c2

Please sign in to comment.