Skip to content

Commit

Permalink
StackLayer for ami release (#185)
Browse files Browse the repository at this point in the history
* StackLayer for ami release

* bump version
  • Loading branch information
UserNotFound authored Nov 27, 2024
1 parent ff9d990 commit 70d9b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/aptible/api/stack_layer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class StackLayer < Resource
belongs_to :lead_instance
has_many :instance_layer_memberships
has_many :aws_instances
embeds_one :ami_release

field :id
field :name
Expand Down
2 changes: 1 addition & 1 deletion lib/aptible/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Aptible
module Api
VERSION = '1.6.5'.freeze
VERSION = '1.7'.freeze
end
end

0 comments on commit 70d9b05

Please sign in to comment.