Skip to content

Commit

Permalink
chore: prep for 0.24.3 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap authored Feb 11, 2025
1 parent 80f3f47 commit 93c754a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
name: Build and Publish
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
aptible-cli (0.24.2)
aptible-cli (0.24.3)
activesupport (>= 4.0, < 6.0)
aptible-api (~> 1.6.5)
aptible-auth (~> 1.2.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/aptible/cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Aptible
module CLI
VERSION = '0.24.2'.freeze
VERSION = '0.24.3'.freeze
end
end

0 comments on commit 93c754a

Please sign in to comment.