Skip to content

Commit

Permalink
Merge pull request #4 from p-x9/version/0.2.0
Browse files Browse the repository at this point in the history
version 0.2.0
  • Loading branch information
p-x9 authored Sep 11, 2023
2 parents 9ee6b50 + e590e66 commit d6eb354
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.1.0"
iLLDB_VERSION = "0.2.0"


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

0 comments on commit d6eb354

Please sign in to comment.