Skip to content

Commit 0fc4e26

Browse files
Bump version to 2.3.2
1 parent 495174d commit 0fc4e26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.3.1</Version>
3+
<Version>2.3.2</Version>
44
<LangVersion>13.0</LangVersion>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>

src/PostHog/Generated/VersionConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ namespace PostHog.Versioning;
77

88
public static class VersionConstants
99
{
10-
public const string Version = "2.3.1";
10+
public const string Version = "2.3.2";
1111
}

0 commit comments

Comments
 (0)