Skip to content

Commit

Permalink
Merge pull request #14 from p-x9/version/0.5.0
Browse files Browse the repository at this point in the history
version 0.5.0
  • Loading branch information
p-x9 committed Sep 16, 2023
2 parents edf3a73 + 188eba5 commit a1e1170
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.4.0"
iLLDB_VERSION = "0.5.0"


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

0 comments on commit a1e1170

Please sign in to comment.