From 6440b44a92b0b07b59f75d07c14c565fa84f25be Mon Sep 17 00:00:00 2001 From: Mario de la Ossa Date: Fri, 6 Sep 2024 20:43:45 -0600 Subject: [PATCH] bump version (#181) --- lib/aptible/api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aptible/api/version.rb b/lib/aptible/api/version.rb index 719363f..8c80795 100644 --- a/lib/aptible/api/version.rb +++ b/lib/aptible/api/version.rb @@ -1,5 +1,5 @@ module Aptible module Api - VERSION = '1.6.3'.freeze + VERSION = '1.6.4'.freeze end end