Skip to content

Commit

Permalink
1.6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chsami committed Dec 1, 2024
1 parent 86fdb54 commit ff3f96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "1.6.4.1"
automatic_release_tag: "1.6.4.2"
prerelease: false
title: "Release 1.6.4.1"
files: |
Expand Down
2 changes: 1 addition & 1 deletion runelite-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<git.commit.id.abbrev>nogit</git.commit.id.abbrev>
<git.dirty>false</git.dirty>
<shade.skip>false</shade.skip>
<microbot.version>1.6.4.1</microbot.version>
<microbot.version>1.6.4.2</microbot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit ff3f96a

Please sign in to comment.