Skip to content

Commit

Permalink
Pre-release: Update version to 1.3.1 (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
aws-application-signals-bot and github-actions authored Sep 25, 2024
1 parent b9ff653 commit 6edd70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Build.InstallationScripts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
internal partial class Build : NukeBuild
{
private readonly AbsolutePath installationScriptsFolder = RootDirectory / "bin" / "InstallationScripts";
private readonly string version = "1.3.0";
private readonly string version = "1.3.1";

public Target BuildInstallationScripts => _ => _
.After(this.Clean)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ namespace AWS.Distro.OpenTelemetry.AutoInstrumentation;

static class Version

Check warning on line 6 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Check warning on line 6 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Check warning on line 6 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Check warning on line 6 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (ubuntu-latest)

Check warning on line 6 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (windows-latest)

Check warning on line 6 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (windows-latest)

{
public static string version = "1.3.0";
public static string version = "1.3.1";

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (ubuntu-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (ubuntu-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (windows-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (windows-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (windows-latest)

Check warning on line 8 in src/AWS.Distro.OpenTelemetry.AutoInstrumentation/Version.cs

View workflow job for this annotation

GitHub Actions / build-and-upload (us-east-1) / build (windows-latest)

}

0 comments on commit 6edd70f

Please sign in to comment.