Skip to content

Commit

Permalink
Bump version post 1.22.0 release (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Apr 28, 2023
1 parent 1248195 commit 00c34b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- Src Directory Build Properties -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AssemblyVersion>1.22.0</AssemblyVersion>
<InformationalVersion>1.22.0</InformationalVersion>
<FileVersion>1.22.0</FileVersion>
<VersionPrefix>1.22.0</VersionPrefix>
<AssemblyVersion>1.23.0</AssemblyVersion>
<InformationalVersion>1.23.0-alpha</InformationalVersion>
<FileVersion>1.23.0</FileVersion>
<VersionPrefix>1.23.0-alpha</VersionPrefix>
<Authors>Elastic and contributors</Authors>
<Copyright>2022 Elasticsearch BV</Copyright>
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/elastic_apm_profiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_apm_profiler"
version = "1.22.0"
version = "1.23.0-alpha"
edition = "2018"
authors = ["Elastic and Contributors"]
description = "Elastic APM .NET agent CLR profiler"
Expand Down

0 comments on commit 00c34b3

Please sign in to comment.