Skip to content

Commit

Permalink
AU: 1 updated - vscode-ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Feb 13, 2024
1 parent 717423d commit 94d898f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode-ansible/tools/chocolateyInstall.ps1
Expand Up @@ -3,4 +3,4 @@
# clean up old extension
Uninstall-VsCodeExtension -extensionId 'vscoss.vscode-ansible'

Install-VsCodeExtension -extensionId 'redhat.ansible@2.10.130'
Install-VsCodeExtension -extensionId 'redhat.ansible@2.11.137'
2 changes: 1 addition & 1 deletion automatic/vscode-ansible/vscode-ansible.nuspec
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2.10.130</version>
<version>2.11.137</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 94d898f

Please sign in to comment.