Skip to content

Commit 4ae8bdf

Browse files
aws-application-signals-botgithub-actionsezhang6811
authored
Post release 1.5.0: Update version to 1.5.0.dev0 (#151)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Eric Zhang <[email protected]>
1 parent f19d2a5 commit 4ae8bdf

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.4.0.dev0";
11+
private readonly string version = "1.5.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.4.0.dev0";
8+
public static string version = "1.5.0.dev0";
99
}

0 commit comments

Comments
 (0)