Skip to content

Commit

Permalink
Bump version to 0.18.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
krymtkts committed Dec 27, 2024
1 parent 901c8c0 commit d38bbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pocof/pocof.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.18.0</Version>
<Version>0.18.1</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion src/pocof/pocof.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'pocof.dll'

# Version number of this module.
ModuleVersion = '0.18.0'
ModuleVersion = '0.18.1'

# Supported PSEditions
CompatiblePSEditions = @(
Expand Down

0 comments on commit d38bbab

Please sign in to comment.