Skip to content

Commit

Permalink
Merge pull request #35 from p-x9/version/0.8.0
Browse files Browse the repository at this point in the history
version 0.8.0
  • Loading branch information
p-x9 authored Apr 8, 2024
2 parents 31a859a + acf36d7 commit abdb7c0
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
Expand Up @@ -2,7 +2,7 @@
import os
import lldbhelper # noqa: F401

iLLDB_VERSION = "0.7.0"
iLLDB_VERSION = "0.8.0"


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

0 comments on commit abdb7c0

Please sign in to comment.