Skip to content

Commit 387feff

Browse files
committed
Merge remote-tracking branch 'upstream/main' into zhaez/gen-ai-support
2 parents f2d9753 + 95e9989 commit 387feff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Build.InstallationScripts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
internal partial class Build : NukeBuild
99
{
1010
private readonly AbsolutePath installationScriptsFolder = RootDirectory / "bin" / "InstallationScripts";
11-
private readonly string version = "1.3.2.dev0";
11+
private readonly string version = "1.4.0.dev0";
1212

1313
public Target BuildInstallationScripts => _ => _
1414
.After(this.Clean)

src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ namespace AWS.Distro.OpenTelemetry.AutoInstrumentation;
55

66
static class Version
77
{
8-
public static string version = "1.3.2.dev0";
8+
public static string version = "1.4.0.dev0";
99
}

0 commit comments

Comments
 (0)