Skip to content

Commit

Permalink
(PA-5944) Bump Augeas in agent-runtime-7.x
Browse files Browse the repository at this point in the history
This commit bumps the Augeas component in agent-runtime-7.x from 1.13.0
to 1.14.1.
  • Loading branch information
mhashizume committed Dec 1, 2023
1 parent f5f5cef commit 209d394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/projects/agent-runtime-7.x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if platform.is_solaris? || platform.is_aix?
proj.setting :augeas_version, '1.12.0'
else
proj.setting :augeas_version, '1.13.0'
proj.setting :augeas_version, '1.14.1'
end

########
Expand Down

0 comments on commit 209d394

Please sign in to comment.