Skip to content

Commit

Permalink
Merge pull request elanthia-online#695 from elanthia-online/Ruby-3.3.6
Browse files Browse the repository at this point in the history
chore: update to 3.3.6 Ruby
  • Loading branch information
mrhoribu authored Nov 14, 2024
2 parents c77acd1 + 6732a20 commit df48851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
ruby: ['3.3.4']
ruby: ['3.3.6']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.6
2 changes: 1 addition & 1 deletion R4LGTK3.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define MyAppName "Ruby4Lich5"
#define MyAppVersion "5.10.4"
#define RubyVersion "3.3.4"
#define RubyVersion "3.3.6"
#define MyAppPublisher "Elanthia-Online"
#define MyAppURL "https://github.com/elanthia-online/lich-5/"
#define MyAppExeName "Ruby4Lich5.exe"
Expand Down

0 comments on commit df48851

Please sign in to comment.