Skip to content

Commit

Permalink
Bump version to 18.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtafter committed Apr 6, 2024
1 parent 4755c7f commit 3b13358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby-llvm (18.1.0)
ruby-llvm (18.1.3)
ffi (~> 1.13)
rake (>= 12, < 14)

Expand Down
4 changes: 2 additions & 2 deletions lib/llvm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LLVM
LLVM_VERSION = "18"
LLVM_REQUIRED_VERSION = "18.1.0"
RUBY_LLVM_VERSION = "18.1.0"
LLVM_REQUIRED_VERSION = "18.1.3"
RUBY_LLVM_VERSION = "18.1.3"
end

0 comments on commit 3b13358

Please sign in to comment.