summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-07-09 16:58:25 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-07-09 16:58:25 -0700
commit68d1a8de0724ca990802ce0d3ba5484e6863a086 (patch)
tree4f1a78e5f6e1a1dc288be201bda1592d0acdb1aa
parent11fa34a18052c10434051b274c66dce713835a58 (diff)
downloadchef-lcg/server-api-version-to-2.tar.gz
Bump the server api version to 2lcg/server-api-version-to-2
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/http/authenticator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/authenticator.rb b/lib/chef/http/authenticator.rb
index c93c8121bc..e65e93d2ac 100644
--- a/lib/chef/http/authenticator.rb
+++ b/lib/chef/http/authenticator.rb
@@ -24,7 +24,7 @@ class Chef
class HTTP
class Authenticator
- DEFAULT_SERVER_API_VERSION = "1".freeze
+ DEFAULT_SERVER_API_VERSION = "2".freeze
attr_reader :signing_key_filename
attr_reader :raw_key