Skip to content

Commit

Permalink
bumping version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyshazam committed Dec 11, 2024
1 parent 5348e27 commit 8bcaf65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- main
- "releases/*"
- kernel-library-nuget-fix
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<!--
.NET does not allow the above version format for AssemblyVersion, and this
is the version used in gRPC headers. The format is
Expand All @@ -28,7 +28,7 @@
and 0.2.0 then is 0.2.0.5. But if there is no prerelease version, just
leave revision off.
-->
<AssemblyVersion>0.2.0</AssemblyVersion>
<AssemblyVersion>0.2.1</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8bcaf65

Please sign in to comment.