Skip to content

Commit

Permalink
Add link to Kontrol tg channel to failure output (#2515)
Browse files Browse the repository at this point in the history
* Add tg group link to failure info

* Set Version: 1.0.631

* Set Version: 1.0.632

* Set Version: 1.0.633

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
palinatolmach and devops authored Jul 8, 2024
1 parent b4ead22 commit 12d387d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.632"
version = "1.0.633"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
if TYPE_CHECKING:
from typing import Final

VERSION: Final = '1.0.632'
VERSION: Final = '1.0.633'
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def print_failure_info(proof: Proof, kcfg_explore: KCFGExplore, counterexample_i

res_lines.append('')
res_lines.append(
'Join the Runtime Verification Discord server for support: https://discord.com/invite/CurfmXNtbN'
'Join the Runtime Verification Discord server (https://discord.com/invite/CurfmXNtbN) or Telegram group (https://t.me/rv_kontrol) for support.'
)

return res_lines
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.632
1.0.633

0 comments on commit 12d387d

Please sign in to comment.