Skip to content

Commit 93c754a

Browse files
authored
chore: prep for 0.24.3 (#369)
1 parent 80f3f47 commit 93c754a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
name: Build and Publish
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
1717
matrix:

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-
aptible-cli (0.24.2)
4+
aptible-cli (0.24.3)
55
activesupport (>= 4.0, < 6.0)
66
aptible-api (~> 1.6.5)
77
aptible-auth (~> 1.2.5)

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.2'.freeze
3+
VERSION = '0.24.3'.freeze
44
end
55
end

0 commit comments

Comments
 (0)