Skip to content

Commit 5b86e9b

Browse files
author
marysieek
committed
Fix the version
1 parent 4f8bc95 commit 5b86e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

castle/test/payload/prepare_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def ctx():
2424
'X-Forwarded-For': '217.144.192.112'
2525
},
2626
'ip': '217.144.192.112',
27-
'library': {'name': 'castle-python', 'version': '5.0.0'},
27+
'library': {'name': 'castle-python', 'version': VERSION},
2828
'user_agent': 'test'
2929
}
3030

0 commit comments

Comments
 (0)