Skip to content

Commit 6b098ea

Browse files
committed
Bump to 0.8.3
1 parent b86f7f4 commit 6b098ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ups-ruby (0.8.2)
4+
ups-ruby (0.8.3)
55
excon (~> 0.45, >= 0.45.3)
66
insensitive_hash (~> 0.3.3)
77
levenshtein-ffi (~> 1.1)

lib/ups/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module UPS
22
module Version
33
MAJOR = 0
44
MINOR = 8
5-
PATCH = 2
5+
PATCH = 3
66
BUILD = nil
77

88
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')

0 commit comments

Comments
 (0)