pagerduty 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pagerduty/version.rb +2 -2
- metadata +1 -1
data/lib/pagerduty/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
|
2
|
-
VERSION = "1.3.
|
1
|
+
class Pagerduty
|
2
|
+
VERSION = "1.3.1"
|
3
3
|
end
|