Skip to content

Commit e0069de

Browse files
committed
Bump add-on version to v0.1.3
Includes a bug fix for crashing when no eligible constants were found for DSL generation
1 parent e7641cf commit e0069de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/tapioca/addon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def name
7878

7979
sig { override.returns(String) }
8080
def version
81-
"0.1.2"
81+
"0.1.3"
8282
end
8383

8484
sig { params(changes: T::Array[{ uri: String, type: Integer }]).void }

0 commit comments

Comments
 (0)