Skip to content

Commit

Permalink
Merge pull request #19 from p-x9/version/0.6.0
Browse files Browse the repository at this point in the history
version 0.6.0
  • Loading branch information
p-x9 committed Sep 21, 2023
2 parents 6b189d2 + 6c37324 commit d0e7508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iLLDB.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import lldb
import os

iLLDB_VERSION = "0.5.1"
iLLDB_VERSION = "0.6.0"


def __lldb_init_module(debugger: lldb.SBDebugger, internal_dict: dict) -> None:
Expand Down

0 comments on commit d0e7508

Please sign in to comment.