diff --git a/.ci/ci_release.yml b/.ci/ci_release.yml
index 924de1a50..a1a534e1a 100644
--- a/.ci/ci_release.yml
+++ b/.ci/ci_release.yml
@@ -248,7 +248,7 @@ stages:
BuildDropPath: $(signOutPath)
Build_Repository_Uri: 'https://github.com/powershell/powershellget'
PackageName: 'PowerShellGet'
- PackageVersion: '3.0.17'
+ PackageVersion: '3.0.18'
- pwsh: |
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ed819c6a..ca106741a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG
+## 3.0.18-beta18
+
+### New Features
+
+### Bug Fixes
+
## 3.0.17-beta17
### New Features
diff --git a/src/PowerShellGet.psd1 b/src/PowerShellGet.psd1
index 8db85c963..66cad0547 100644
--- a/src/PowerShellGet.psd1
+++ b/src/PowerShellGet.psd1
@@ -3,7 +3,7 @@
@{
RootModule = './netstandard2.0/PowerShellGet.dll'
- ModuleVersion = '3.0.17'
+ ModuleVersion = '3.0.18'
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
@@ -35,7 +35,7 @@
AliasesToExport = @('inmo', 'fimo', 'upmo', 'pumo')
PrivateData = @{
PSData = @{
- Prerelease = 'beta17'
+ Prerelease = 'beta18'
Tags = @('PackageManagement',
'PSEdition_Desktop',
'PSEdition_Core',
diff --git a/src/code/PowerShellGet.csproj b/src/code/PowerShellGet.csproj
index 286cbc380..5daded60e 100644
--- a/src/code/PowerShellGet.csproj
+++ b/src/code/PowerShellGet.csproj
@@ -5,9 +5,9 @@
Library
PowerShellGet
PowerShellGet
- 3.0.17.0
- 3.0.17
- 3.0.17
+ 3.0.18.0
+ 3.0.18
+ 3.0.18
netstandard2.0
8.0