Skip to content

Commit e954a71

Browse files
committed
Increment version
1 parent d99d784 commit e954a71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
aptible-cli (0.24.8)
4+
aptible-cli (0.24.9)
55
activesupport (>= 4.0, < 6.0)
66
aptible-api (~> 1.8.0)
77
aptible-auth (~> 1.2.5)
@@ -71,7 +71,7 @@ GEM
7171
aws-sigv4 (1.2.4)
7272
aws-eventstream (~> 1, >= 1.0.2)
7373
bigdecimal (1.3.5)
74-
cbor (0.5.9.8)
74+
cbor (0.5.10.1)
7575
chronic_duration (0.10.6)
7676
numerizer (~> 0.1.1)
7777
climate_control (0.0.3)
@@ -154,7 +154,7 @@ GEM
154154
tins (~> 1.0)
155155
thor (0.20.3)
156156
thread_safe (0.3.6)
157-
tins (1.38.0)
157+
tins (1.39.1)
158158
bigdecimal
159159
sync
160160
tzinfo (1.2.11)

lib/aptible/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Aptible
22
module CLI
3-
VERSION = '0.24.8'.freeze
3+
VERSION = '0.24.9'.freeze
44
end
55
end

0 commit comments

Comments
 (0)