Skip to content

Commit

Permalink
Merge pull request #6 from p-x9/version/0.3.0
Browse files Browse the repository at this point in the history
version 0.3.0
  • Loading branch information
p-x9 authored Sep 13, 2023
2 parents 883078e + ffde622 commit 98b88ca
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.2.0"
iLLDB_VERSION = "0.3.0"


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

0 comments on commit 98b88ca

Please sign in to comment.