Skip to content

Bump version#24

Merged
bgn64 merged 1 commit into
mainfrom
benjaming/bump-version
Oct 1, 2025
Merged

Bump version#24
bgn64 merged 1 commit into
mainfrom
benjaming/bump-version

Conversation

@bgn64

@bgn64 bgn64 commented Oct 1, 2025

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings October 1, 2025 17:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the application version from 1.1.4 to 1.1.5 across installer scripts for both x64 and ARM64 architectures.

  • Updates version string from "1.1.4" to "1.1.5" in installer preparation scripts

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
installer/x64/prepare-installer.cmd Updates version variable to 1.1.5 for x64 installer
installer/arm64/prepare-installer.cmd Updates version variable to 1.1.5 for ARM64 installer
Comments suppressed due to low confidence (1)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -1,3 +1,3 @@
set %_VERSION="1.1.4"
set %_VERSION="1.1.5"

Copilot AI Oct 1, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The variable assignment syntax is incorrect. In batch files, the correct syntax should be set _VERSION=1.1.5 without the % symbols around the variable name on the left side of the assignment.

Suggested change
set %_VERSION="1.1.5"
set _VERSION=1.1.5

Copilot uses AI. Check for mistakes.
@jhpohovey jhpohovey self-assigned this Oct 1, 2025
@bgn64 bgn64 merged commit 2d25d45 into main Oct 1, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants