Skip to content

Commit e8f3861

Browse files
aws-application-signals-botgithub-actions
andauthored
Pre-release: Update version to 1.9.1 (#248)
Co-authored-by: github-actions <[email protected]>
1 parent 46af3b1 commit e8f3861

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.9.0";
11+
private readonly string version = "1.9.1";
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.9.0";
8+
public static string version = "1.9.1";
99
}

0 commit comments

Comments
 (0)