We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19d2a5 commit 4ae8bdfCopy full SHA for 4ae8bdf
build/Build.InstallationScripts.cs
@@ -8,7 +8,7 @@
8
internal partial class Build : NukeBuild
9
{
10
private readonly AbsolutePath installationScriptsFolder = RootDirectory / "bin" / "InstallationScripts";
11
- private readonly string version = "1.4.0.dev0";
+ private readonly string version = "1.5.0.dev0";
12
13
public Target BuildInstallationScripts => _ => _
14
.After(this.Clean)
src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs
@@ -5,5 +5,5 @@ namespace AWS.Distro.OpenTelemetry.AutoInstrumentation;
5
6
static class Version
7
- public static string version = "1.4.0.dev0";
+ public static string version = "1.5.0.dev0";
}
0 commit comments