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.
2 parents f2d9753 + 95e9989 commit 387feffCopy full SHA for 387feff
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.3.2.dev0";
+ private readonly string version = "1.4.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.3.2.dev0";
+ public static string version = "1.4.0.dev0";
}
0 commit comments