Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

chore: Release CLI 0.3.6 #147

Merged
merged 1 commit into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snapshot_dbg_cli/cli_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from snapshot_dbg_cli.http_service import HttpService
from snapshot_dbg_cli.user_output import UserOutput

VERSION = 'SNAPSHOT_DEBUGGER_CLI_VERSION_0_3_5'
VERSION = 'SNAPSHOT_DEBUGGER_CLI_VERSION_0_3_6'

VERSION_PATTERN = 'SNAPSHOT_DEBUGGER_CLI_VERSION_[0-9]+_[0-9]+_[0-9]+'

Expand Down
2 changes: 1 addition & 1 deletion snapshot_dbg_cli_tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class CliInitTests(unittest.TestCase):

def test_version_is_expected_value(self):
# Yes, this will need to be updated for each new version.
self.assertEqual('0.3.5', snapshot_dbg_cli.__version__)
self.assertEqual('0.3.6', snapshot_dbg_cli.__version__)